Default package and app
This commit is contained in:
parent
8b118cef78
commit
37f9a66152
1 changed files with 3 additions and 2 deletions
|
@ -89,8 +89,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Default package.
|
||||
packages.default = pkgs.haskell.lib.justStaticExecutables self'.packages.haskell-template;
|
||||
# Default package & app.
|
||||
packages.default = self'.packages.haskell-template;
|
||||
packages.app = self'.apps.haskell-template;
|
||||
|
||||
# Default shell.
|
||||
devShells.default = pkgs.mkShell {
|
||||
|
|
Loading…
Reference in a new issue