Rebase to flake parts #9
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# `system.caching.*` — Attic + Cachix; exported again as `nixosModules.systemCaching`.
|
||||
{ self, ... }: {
|
||||
flake.nixosModules.systemCaching = {
|
||||
imports = [
|
||||
self.nixosModules.systemCachingAttic
|
||||
self.nixosModules.systemCachingCachix
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user