nixos-config/shell.nix

9 lines
109 B
Nix
Raw Normal View History

2023-04-23 14:27:27 +02:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
sops
gnupg
];
}