From 3e08c64bf35086edbd6917267bfcd26d191f1dbd Mon Sep 17 00:00:00 2001 From: douglastofoli Date: Mon, 16 Sep 2024 20:32:31 -0300 Subject: [PATCH] add pass package --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1de4fa79..b38d28de 100644 --- a/flake.nix +++ b/flake.nix @@ -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