Add top for building
This commit is contained in:
parent
1b3e1c5145
commit
26219e1eaf
1 changed files with 9 additions and 0 deletions
|
@ -90,5 +90,14 @@
|
|||
}];
|
||||
};
|
||||
};
|
||||
# Convenience output that aggregates the outputs for home, nixos.
|
||||
# Also used in ci to build targets generally.
|
||||
top =
|
||||
let
|
||||
nixtop = nixpkgs.lib.genAttrs
|
||||
(builtins.attrNames inputs.self.nixosConfigurations)
|
||||
(attr: inputs.self.nixosConfigurations.${attr}.config.system.build.toplevel);
|
||||
in
|
||||
nixtop;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue