1
0
Fork 0
generated from me/nix-flake-template

Add packaging

This commit is contained in:
Ethan Reece 2025-08-31 23:40:18 -05:00
parent 1e1f19e02b
commit 67f57dc7e4
Signed by: me
GPG key ID: DD8CE04D5D8FF832
2 changed files with 2 additions and 1 deletions

View file

@ -79,6 +79,7 @@
name = "Template";
};
};
packages.default = pkgs.haskellPackages.callCabal2nix "nix-flake-haskell-template" ./. { };
};
}
);

View file

@ -40,7 +40,7 @@ homepage: https://git.sudoer777.dev/me/nix-flake-haskell-template/
license: MIT
-- The file containing the license text.
license-file: LICENSE
license-file: LICENSES/MIT.txt
-- The package author(s).
author: Ethan Reece