diff options
Diffstat (limited to 'systems/nixos.nix')
| -rw-r--r-- | systems/nixos.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/nixos.nix b/systems/nixos.nix index 2cd9b31..b2a973e 100644 --- a/systems/nixos.nix +++ b/systems/nixos.nix @@ -3,6 +3,7 @@ flake = { nixosConfigurations = let + # see ./lib/builders.nix inherit (self.lib) nixosSystem nixosSystemStable; in { |
