remove obsolete comment
This commit is contained in:
parent
df8b17ec36
commit
2c8f4cd4b1
1 changed files with 0 additions and 15 deletions
15
flake.nix
15
flake.nix
|
@ -23,21 +23,6 @@
|
|||
defaultPackage = self.packages.${system}.${packageName};
|
||||
|
||||
devShell = import ./shell.nix {inherit pkgs; chaoszone = defaultPackage;};
|
||||
#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