summaryrefslogtreecommitdiff
path: root/systems/nixos.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-09 06:15:30 -0400
committerseth <[email protected]>2024-07-09 15:38:51 -0400
commit626636985bcb038af6bf14830f3f304bbda0c9ad (patch)
tree176c50d6e084664c59bfaf26c4c8901216428bb6 /systems/nixos.nix
parentdcf455b299342c52d17bf73e1046898094a99adf (diff)
systems+users: link to lib/builders.nix
Diffstat (limited to 'systems/nixos.nix')
-rw-r--r--systems/nixos.nix1
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
{