Add a comment.

This commit is contained in:
r-vdp 2023-07-01 00:17:38 +02:00
parent 3cb5974d32
commit e11571b70c
No known key found for this signature in database

View file

@ -26,6 +26,7 @@ in
utils = import "${nixos}/lib/utils.nix" { utils = import "${nixos}/lib/utils.nix" {
inherit lib config pkgs; inherit lib config pkgs;
}; };
# Pass the wrapped system-manager binary down
inherit (self.packages.${config.nixpkgs.hostPlatform}) system-manager; inherit (self.packages.${config.nixpkgs.hostPlatform}) system-manager;
}; };
}; };