Support for 'nix run'
This commit is contained in:
parent
aca3111801
commit
40e67f8c97
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@
|
|||
|
||||
# Used by `nix run ...`
|
||||
apps = {
|
||||
default = {
|
||||
type = "app";
|
||||
program = "${self.defaultPackage.${system}}/bin/haskell-template";
|
||||
};
|
||||
format = inputs.lint-utils.mkApp.${system} lintSpec;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue