Skip to content

Commit 1d64bcf

Browse files
ivanovs-44e554c4c
authored andcommitted
Add nix shell with package requirements
1 parent 255586b commit 1d64bcf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flake.nix

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
(v: { name = "${name}-${v}"; value = pkgs.haskell.packages.${v}.${name}; })
6666
ghcVersions
6767
);
68+
devShells.default = pkgs.haskellPackages.shellFor {
69+
packages = _: [self.packages.${system}.${name}];
70+
};
6871
}
6972
);
7073
}

0 commit comments

Comments
 (0)