change to HushGP.cabal

This commit is contained in:
Rowan Torbitzky-Lane 2025-02-25 03:14:03 -06:00
parent 5e86915bd1
commit 6ca07694e6

View File

@ -25,13 +25,13 @@
# Note that local packages are automatically included in `packages`
# (defined by `defaults.packages` option).
#
# projectRoot = builtins.toString (lib.fileset.toSource {
# root = ./.;
# fileset = lib.fileset.unions [
# ./src
# ./haskell-template.cabal
# ];
# });
projectRoot = builtins.toString (lib.fileset.toSource {
root = ./.;
fileset = lib.fileset.unions [
./src
./HushGP.cabal
];
});
packages = {
# aeson.source = "1.5.0.0"; # Override aeson to a custom version from Hackage
# shower.source = inputs.shower; # Override shower to a custom source path