nix-dotfiles/home/gunalx/shell.nix

10 lines
110 B
Nix
Raw Normal View History

2024-03-31 00:44:48 +01:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
sops
gnupg
];
}