pvv-nixos-config/shell.nix

8 lines
108 B
Nix
Raw Normal View History

2022-12-09 03:43:14 +01:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
sops
2022-12-17 22:53:26 +01:00
gnupg
2022-12-09 03:43:14 +01:00
];
}