remove commented out devshell

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-05-19 23:36:16 -04:00 committed by Alice Huston
parent 4015daea0a
commit 9b2ee295ea

View File

@ -172,20 +172,5 @@
sops-nix 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;
}; };
} }