add dix
All checks were successful
Nix Build / nix build (push) Successful in 6s

This commit is contained in:
atagen 2025-08-11 14:14:39 +10:00
parent de951b2272
commit fafee12bec
2 changed files with 2 additions and 0 deletions

View file

@ -41,6 +41,7 @@ let do_build () =
in
do_cmd @@ "nix-build --log-format internal-json -v --out-link " ^ tmpdir
^ "/build " ^ build_target ^ " |& nom --json"
>>= fun () -> do_cmd @@ "dix /nix/var/nix/profiles/system " ^ tmpdir ^ "/build"
>>= fun () ->
do_cmd @@ "sudo nix-env --set -p /nix/var/nix/profiles/system " ^ tmpdir
^ "/build"

View file

@ -26,6 +26,7 @@ in
cfg.package
pkgs.nh # for now..
pkgs.nix-output-monitor
pkgs.dix
];
};
}