From 626636985bcb038af6bf14830f3f304bbda0c9ad Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 9 Jul 2024 06:15:30 -0400 Subject: systems+users: link to lib/builders.nix --- systems/nixinate.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'systems/nixinate.nix') diff --git a/systems/nixinate.nix b/systems/nixinate.nix index 0c54e9c..b67cea3 100644 --- a/systems/nixinate.nix +++ b/systems/nixinate.nix @@ -3,6 +3,10 @@ perSystem = { system, ... }: { + # as opposed to having system specific outputs like `apps.nixinate.mySystem` + # we can instantiate this for each system and grab it's final attribute, `nixinate` + # + # this lets deployments be as easy as `nix run .#mySystem` apps = (inputs.nixinate.nixinate.${system} self).nixinate; }; } -- cgit v1.2.3