Skip to content

Commit

Permalink
Add nix-prefetch-scripts to shell.nix
Browse files Browse the repository at this point in the history
This makes it possible to `cabal run cabal2nix:exe:cabal2nix`
succesfully.
  • Loading branch information
9999years committed Dec 12, 2024
1 parent af1bc25 commit 706caab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ in pkgs.mkShell {
pkgs.cabal-install
pkgs.haskell-ci
(pkgs.lib.getLib pkgs.openssl)
# Needed to run `cabal2nix`:
pkgs.nix-prefetch-scripts
] ++ pkgs.lib.optionals withHls [
haskellPackages.haskell-language-server
];
Expand Down

0 comments on commit 706caab

Please sign in to comment.