Format
This commit is contained in:
parent
38185725db
commit
c14f7f50bb
1 changed files with 7 additions and 7 deletions
14
flake.nix
14
flake.nix
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue