+9
-1
shell.nix
+9
-1
shell.nix
···
5
5
default = pkgs.mkShell {
6
6
# Enable experimental features without having to specify the argument
7
7
NIX_CONFIG = "experimental-features = nix-command flakes";
8
-
nativeBuildInputs = with pkgs; [ nix home-manager git agenix deploy-rs dnscontrol ];
8
+
nativeBuildInputs = with pkgs; [
9
+
nix
10
+
home-manager
11
+
git
12
+
agenix
13
+
deploy-rs
14
+
dnscontrol
15
+
git-bug
16
+
];
9
17
};
10
18
}