Browse Source

add ghcid to nix dependencies.

master
piq9117 2 years ago
parent
commit
d8e919dd35
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      shell.nix

+ 1
- 0
shell.nix View File

@@ -33,6 +33,7 @@ let
# tools
ghc
cabal-install
ghcid
];
# fake package explicitly adding dependencies to all the shell dependencies for adding GC roots
pathToDependencies = pkgs.runCommand "build" {


Loading…
Cancel
Save