diff options
author | Alan Pearce | 2024-04-28 13:33:51 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-28 13:33:51 +0200 |
commit | f0687bbedc0098296eac24377f9696e95f53e301 (patch) | |
tree | a5809fa0f1d963dc53a749a5f98bef6e82dcd2b9 /user | |
parent | a3dcb181ba8c1304ceda6b0d0b8ff39e48f18003 (diff) | |
download | nixfiles-f0687bbedc0098296eac24377f9696e95f53e301.tar.lz nixfiles-f0687bbedc0098296eac24377f9696e95f53e301.tar.zst nixfiles-f0687bbedc0098296eac24377f9696e95f53e301.zip |
nix: install nix-tree
Diffstat (limited to 'user')
-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 2f9c40fb..28c8f022 100644 --- a/user/settings/nix.nix +++ b/user/settings/nix.nix @@ -15,6 +15,7 @@ in nix-prefetch-scripts nix-init nix-update + nix-tree common-updater-scripts nixpkgs-fmt nixpkgs-review |