adjust flake to include haskell build inputs

This commit is contained in:
Amedeo Molnár 2023-04-20 10:32:27 +02:00
parent 13700f1b55
commit 009cd6fac7

View file

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