IT CANT FIND IT STILL LMAO
This commit is contained in:
parent
78c593be91
commit
973155059e
1 changed files with 0 additions and 10 deletions
10
shell.nix
10
shell.nix
|
@ -7,14 +7,4 @@
|
||||||
NIX_CONFIG = "experimental-features = nix-command flakes";
|
NIX_CONFIG = "experimental-features = nix-command flakes";
|
||||||
nativeBuildInputs = with pkgs; [ nix home-manager git ];
|
nativeBuildInputs = with pkgs; [ nix home-manager git ];
|
||||||
};
|
};
|
||||||
xmonad = pkgs.mkShell {
|
|
||||||
nativeBuildInputs = with pkgs; [
|
|
||||||
haskell-language-server
|
|
||||||
ghc
|
|
||||||
];
|
|
||||||
buildInputs = with pkgs; [
|
|
||||||
haskellPackages.xmonad
|
|
||||||
haskellPackages.xmonad-contrib
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue