change to HushGP.cabal
This commit is contained in:
parent
5e86915bd1
commit
6ca07694e6
14
flake.nix
14
flake.nix
@ -25,13 +25,13 @@
|
|||||||
# Note that local packages are automatically included in `packages`
|
# Note that local packages are automatically included in `packages`
|
||||||
# (defined by `defaults.packages` option).
|
# (defined by `defaults.packages` option).
|
||||||
#
|
#
|
||||||
# projectRoot = builtins.toString (lib.fileset.toSource {
|
projectRoot = builtins.toString (lib.fileset.toSource {
|
||||||
# root = ./.;
|
root = ./.;
|
||||||
# fileset = lib.fileset.unions [
|
fileset = lib.fileset.unions [
|
||||||
# ./src
|
./src
|
||||||
# ./haskell-template.cabal
|
./HushGP.cabal
|
||||||
# ];
|
];
|
||||||
# });
|
});
|
||||||
packages = {
|
packages = {
|
||||||
# aeson.source = "1.5.0.0"; # Override aeson to a custom version from Hackage
|
# 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
|
# shower.source = inputs.shower; # Override shower to a custom source path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user