Minify and mark as pre-release

This commit is contained in:
2025-01-23 17:13:17 -06:00
committed by James Eversole
parent 5216cc4e5b
commit 9dbcde08ca
2 changed files with 11 additions and 7 deletions

View File

@ -32,10 +32,11 @@
defaultPackage = self.packages.${system}.default;
devShells.default = pkgs.mkShell {
buildInputs = with pkgs.haskellPackages; [
cabal-install
ghcid
buildInputs = with pkgs; [
haskellPackages.cabal-install
haskellPackages.ghcid
customGHC
upx
];
inputsFrom = builtins.attrValues self.packages.${system};
};