nixos-config/shell.nix

10 lines
124 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
gnupg
sops
ssh-to-age
];
}