From 9b2ee295ea4d2b5b102d57b0378bafc409302a58 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 19 May 2024 23:36:16 -0400 Subject: [PATCH] remove commented out devshell Signed-off-by: ahuston-0 --- flake.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/flake.nix b/flake.nix index 3ce6767..e289545 100644 --- a/flake.nix +++ b/flake.nix @@ -172,20 +172,5 @@ sops-nix ; }; - # devShell = lib.mapAttrs ( - # system: sopsPkgs: - # with nixpkgs.legacyPackages.${system}; - # mkShell { - # sopsPGPKeyDirs = [ "./keys" ]; - # nativeBuildInputs = [ sopsPkgs.sops-import-keys-hook ]; - # packages = [ - # self.formatter.${system} - # nixpkgs.legacyPackages.${system}.deadnix - # nixpkgs.legacyPackages.${system}.treefmt - # nixpkgs.legacyPackages.${system}.pre-commit - # ]; - # shellHook = (nix-pre-commit.lib.${system}.mkConfig { inherit pkgs config; }).shellHook; - # } - # ) sops-nix.packages; }; }