mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +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;
|
||||
nixos = mapAttrs (_: v: v.config.system.build.toplevel) config.flake.nixosConfigurations;
|
||||
packages = mapAttrs (_: v: v.config.system.build.toplevel) config.flake.nixosConfigurations;
|
||||
};
|
||||
|
||||
uterranix.config = [
|
||||
|
|
Loading…
Reference in a new issue