From 6ca07694e6bbef87311d74fad71c32fd4bfae7b0 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Tue, 25 Feb 2025 03:14:03 -0600 Subject: [PATCH] change to HushGP.cabal --- flake.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 73ef7e8..df696c0 100644 --- a/flake.nix +++ b/flake.nix @@ -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