1
Fork 0

Integrated nixos-hardware, more ricing, and much more

This commit is contained in:
Matei Adriel 2023-08-17 10:31:46 +03:00
parent 16752e40d5
commit d0073fbee4
No known key found for this signature in database
37 changed files with 248 additions and 87 deletions
devshells

View file

@ -1,6 +1,6 @@
# shell containing the tools i most commonly use for haskell work!
{ pkgs, ... }:
pkgs.mkShell {
nativebuildinputs = with pkgs; [ ghc hpack stack cabal-install ];
buildInputs = with pkgs; [ ghc hpack stack cabal-install ];
}