flake.nix: Expose modules in flake
This commit is contained in:
@@ -11,6 +11,7 @@ rec {
|
||||
in localNixpkgs.lib.nixosSystem {
|
||||
system = system;
|
||||
modules = modules ++ [
|
||||
self.nixosModules.clerie
|
||||
({ ... }: {
|
||||
/*
|
||||
Make the contents of the flake availiable to modules.
|
||||
|
Reference in New Issue
Block a user