1
0
Fork 0

modules/nixfiles: remove missing vars

This commit is contained in:
clerie 2023-02-27 23:26:50 +01:00
parent 1087715a1b
commit a06bd77850
1 changed files with 0 additions and 2 deletions

View File

@ -80,8 +80,6 @@ in {
environment.systemPackages = [
nixfiles-generate-config
nixfiles-install
nixfiles-rebuild
];
};
}