Have 'nix run' use static executable
This commit is contained in:
parent
bdd1350254
commit
0bbc2493d0
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
};
|
||||
|
||||
# Default package.
|
||||
packages.default = self'.packages.haskell-template;
|
||||
packages.default = pkgs.haskell.lib.justStaticExecutables self'.packages.haskell-template;
|
||||
|
||||
# Default shell.
|
||||
devShells.default = pkgs.mkShell {
|
||||
|
|
Loading…
Reference in a new issue