Have 'nix run' use static executable

This commit is contained in:
Sridhar Ratnakumar 2023-04-25 16:55:28 -04:00
parent bdd1350254
commit 0bbc2493d0

View file

@ -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 {