fix: add git-crypt to devShell

This commit is contained in:
winston 2023-05-14 07:07:08 +02:00
parent db55a3d6f6
commit 1a26631348
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -185,10 +185,7 @@
pkgs.mkShell { pkgs.mkShell {
name = "nixpkgs"; name = "nixpkgs";
inherit (self.checks.${system}.pre-commit-check) shellHook; inherit (self.checks.${system}.pre-commit-check) shellHook;
packages = [ packages = [pkgs.just pkgs.git-crypt pkgs.sops];
pkgs.just
pkgs.sops
];
}; };
}); });
} }