This commit is contained in:
Andrea Ciceri 2025-06-12 15:53:12 +02:00
parent 38185725db
commit c14f7f50bb
No known key found for this signature in database

View file

@ -8,13 +8,13 @@
flake-parts.lib.mkFlake {inherit inputs;} {
systems = ["x86_64-linux"];
perSystem = {pkgs, ...}: {
devShells.default = pkgs.mkShell {
packages = with pkgs; [
cabal-install
ghc
haskell-language-server
];
};
devShells.default = pkgs.mkShell {
packages = with pkgs; [
cabal-install
ghc
haskell-language-server
];
};
};
};
}