diff options
author | Alan Pearce | 2023-05-01 14:06:44 +0200 |
---|---|---|
committer | Alan Pearce | 2023-05-05 21:08:16 +0200 |
commit | d54df92c7446a2e3b62ede5645c313b75a188bfc (patch) | |
tree | 180c798105fb41d62ed34dfb94ae28c983f79897 | |
parent | 895eb27287c43e276efab48651a4d7e64809fe0d (diff) | |
download | nixfiles-d54df92c7446a2e3b62ede5645c313b75a188bfc.tar.lz nixfiles-d54df92c7446a2e3b62ede5645c313b75a188bfc.tar.zst nixfiles-d54df92c7446a2e3b62ede5645c313b75a188bfc.zip |
dev/base: add nix-init to start making derivations quickly
-rw-r--r-- | user/settings/nix.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/nix.nix b/user/settings/nix.nix index c0dfe9c5..ce68e158 100644 --- a/user/settings/nix.nix +++ b/user/settings/nix.nix @@ -6,6 +6,7 @@ home.packages = with pkgs; [ nil nix-prefetch-scripts + nix-init nixpkgs-fmt ]; nixpkgs.overlays = [ |