Skip to content

Commit

Permalink
Add zsh to inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jun 24, 2024
1 parent a93d6f6 commit 701caed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
final.haskell-nix.cabalProject' {
src = ./.;
compiler-nix-name = "ghc8107";
shell.buildInputs = [
pkgs.zsh
];
};
})
];
Expand Down

0 comments on commit 701caed

Please sign in to comment.