remove obsolete comment

This commit is contained in:
nek0 2023-12-16 06:31:21 +01:00
parent df8b17ec36
commit 2c8f4cd4b1
1 changed files with 0 additions and 15 deletions

View File

@ -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};
#};
});
}