Skip to content

Commit

Permalink
add pass package
Browse files Browse the repository at this point in the history
  • Loading branch information
douglastofoli committed Sep 16, 2024
1 parent 01ce208 commit 3e08c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
mkShell {
name = "peapescarte";
packages = with pkgs;
[beam.elixir_1_16 nodejs supabase-cli ghostscript zlib postgresql flyctl]
[beam.elixir_1_16 nodejs supabase-cli ghostscript zlib postgresql flyctl pass]
++ lib.optional stdenv.isLinux [inotify-tools chromium]
++ lib.optional stdenv.isDarwin [
darwin.apple_sdk.frameworks.CoreServices
Expand Down

0 comments on commit 3e08c64

Please sign in to comment.