Skip to content

Commit

Permalink
Add cachix to the devShell
Browse files Browse the repository at this point in the history
This tool manages the Unison cache, so it’s useful to provide in dev
environments. Actually pushing to the cache requires a secret key.
  • Loading branch information
sellout committed Jul 17, 2024
1 parent bf080a5 commit f189432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/haskell-nix-flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
nativeBuildInputs =
(args.nativeBuildInputs or [])
++ [
pkgs.cachix
pkgs.hpack
pkgs.pkg-config
pkgs.stack-wrapped
Expand Down

0 comments on commit f189432

Please sign in to comment.