feat(nix): add nix-tree
This commit is contained in:
parent
526527f5dc
commit
6b59e71417
1 changed files with 4 additions and 0 deletions
|
@ -54,4 +54,8 @@ in
|
|||
''
|
||||
nix flake update ${inputsToUpdateStr} --flake ${config.system.autoUpgrade.flake}
|
||||
'';
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
unstable.nix-tree
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue