Support for 'nix run'

This commit is contained in:
Sridhar Ratnakumar 2022-04-27 18:34:53 -04:00
parent aca3111801
commit 40e67f8c97

View file

@ -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;
};