add cachix to base suite

to follow the new api
This commit is contained in:
Pacman99 2021-04-26 19:34:18 -07:00
parent b6c00e74e7
commit e9675330a7
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
};
profiles = [ ./profiles ./users ];
suites = { profiles, users, ... }: with profiles; {
base = [ core users.nixos users.root ];
base = [ cachix core users.nixos users.root ];
};
};