refactor: pull out flake devshells
This commit is contained in:
8
devshell/haskell.nix
Normal file
8
devshell/haskell.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
system,
|
||||
pkgs,
|
||||
self
|
||||
}: self.devShells.${system}.default
|
||||
// (pkgs.mkShell {
|
||||
buildInputs = [pkgs.stack];
|
||||
})
|
||||
Reference in New Issue
Block a user