Allow creating local GC roots for manifests
This commit is contained in:
parent
b2ffb5d1bb
commit
e43d2a1475
3 changed files with 34 additions and 5 deletions
|
@ -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";
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue