Files
felnix/shell.nix
T
2023-04-23 14:27:27 +02:00

9 lines
109 B
Nix

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