Use correct attr from nix-bundle

This commit is contained in:
Artturin 2024-10-16 19:15:30 +03:00
parent 42f7fa13ab
commit 0e233f8a06

View File

@ -34,7 +34,7 @@
(forAllSystems (system: rec { (forAllSystems (system: rec {
default = toArx; default = toArx;
toArx = drv: nix-bundle.bundlers.nix-bundle {inherit system; program=program drv;}; toArx = nix-bundle.bundlers.${system}.nix-bundle;
toRPM = drv: nix-utils.bundlers.rpm {inherit system; program=program drv;}; toRPM = drv: nix-utils.bundlers.rpm {inherit system; program=program drv;};