Allow creating local GC roots for manifests

This commit is contained in:
Pim Kunis 2025-01-25 23:42:41 +01:00
parent b2ffb5d1bb
commit e43d2a1475
3 changed files with 34 additions and 5 deletions

View file

@ -8,7 +8,7 @@ inputs @ {
flake-utils.lib.eachDefaultSystem
(system: let
pkgs = nixpkgs.legacyPackages.${system};
lib = pkgs.lib;
inherit (pkgs) lib;
deployScript = (pkgs.writeScriptBin "applyset-deploy.sh" (builtins.readFile ./applyset-deploy.sh)).overrideAttrs (old: {
buildCommand = "${old.buildCommand}\npatchShebangs $out";
});