don't import cachix in suites
its already imported in the core profile
This commit is contained in:
parent
67f545123c
commit
c89dfed81c
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
];
|
||||
profiles = [ ./profiles ./users ];
|
||||
suites = { profiles, users, ... }: with profiles; {
|
||||
base = [ cachix core users.nixos users.root ];
|
||||
base = [ core users.nixos users.root ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue