From e8ce6631c4ed3a99aa62a3f3c9191549510d39a1 Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Mon, 18 Dec 2023 02:08:52 +0300 Subject: [PATCH] fix sops shell --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 93e3da9..45f3e28 100644 --- a/flake.nix +++ b/flake.nix @@ -206,7 +206,7 @@ packages = with pkgs; [ rebuild update-vscode upgrade upgrade-hyprland nixfmt nixpkgs-fmt statix vulnix deadnix git deploy-rs - fup-repl + fup-repl ssh-to-pgp sops ]; }; ci = pkgs.mkShell { @@ -215,7 +215,7 @@ nix-eval-jobs jq ]; }; - sops = { + sops = pkgs.mkShell { name = "sops"; sopsPGPKeyDirs = [ "${toString ./.}/keys/hosts"