diff --git a/flake.nix b/flake.nix index 888a5d4..76d041c 100644 --- a/flake.nix +++ b/flake.nix @@ -125,6 +125,7 @@ { nixng = mapAttrs (_: v: v.config.system.build.toplevel) config.flake.nixngConfigurations; nixos = mapAttrs (_: v: v.config.system.build.toplevel) config.flake.nixosConfigurations; + packages = mapAttrs (_: v: v.config.system.build.toplevel) config.flake.nixosConfigurations; }; uterranix.config = [