refactor: remove confusing setting from haskell example

This commit is contained in:
DavHau 2022-07-22 17:31:16 +02:00
parent 8e1eac8e38
commit 59f305953f

View File

@ -14,11 +14,7 @@
pkgs = dream2nix.inputs.nixpkgs.legacyPackages.x86_64-linux;
source = src;
config.projectRoot = ./.;
settings = [
{
subsystemInfo.noDev = true;
}
];
settings = [];
})
// {
# checks = self.packages;