adjust flake to include haskell build inputs
This commit is contained in:
parent
13700f1b55
commit
009cd6fac7
1 changed files with 1 additions and 16 deletions
17
flake.nix
17
flake.nix
|
@ -33,23 +33,8 @@
|
|||
haskell-language-server
|
||||
ghcid
|
||||
cabal-install
|
||||
];
|
||||
] ++ (builtins.attrValues self.packages.${system});
|
||||
};
|
||||
#devShell = pkgs.mkShell {
|
||||
# buildInputs = with haskellPackages; [
|
||||
# haskell-language-server
|
||||
# ghcid
|
||||
# cabal-install
|
||||
# ];
|
||||
# nativeBuildInputs = with pkgs; [
|
||||
# pkg-config
|
||||
# glib
|
||||
# freetype
|
||||
# glew
|
||||
# SDL2
|
||||
# ];
|
||||
# inputsFrom = builtins.attrValues self.packages.${system};
|
||||
#};
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue