devshell: Use nixos-rebuild instead of calling config directly

This commit is contained in:
2022-09-09 14:08:37 +01:00
parent 926209d168
commit edfe38591b
2 changed files with 3 additions and 5 deletions

View File

@@ -119,6 +119,7 @@ in
[
bash-completion
vim
git
]
(mkIf config.services.netdata.enable [ netdata ])
];