mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Add packages
to hydraJobs
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
708149b84c
commit
55287115dc
|
@ -125,6 +125,7 @@
|
||||||
{
|
{
|
||||||
nixng = mapAttrs (_: v: v.config.system.build.toplevel) config.flake.nixngConfigurations;
|
nixng = mapAttrs (_: v: v.config.system.build.toplevel) config.flake.nixngConfigurations;
|
||||||
nixos = mapAttrs (_: v: v.config.system.build.toplevel) config.flake.nixosConfigurations;
|
nixos = mapAttrs (_: v: v.config.system.build.toplevel) config.flake.nixosConfigurations;
|
||||||
|
packages = mapAttrs (_: v: v.config.system.build.toplevel) config.flake.nixosConfigurations;
|
||||||
};
|
};
|
||||||
|
|
||||||
uterranix.config = [
|
uterranix.config = [
|
||||||
|
|
Loading…
Reference in a new issue