nixpkgs-update: use tools from $PATH

This commit is contained in:
zowoq 2024-12-24 07:20:31 +10:00
parent 397d2978e5
commit 782800e2a9
3 changed files with 10 additions and 8 deletions

10
flake.lock generated
View file

@ -251,23 +251,21 @@
"empty"
],
"nixpkgs": "nixpkgs_2",
"runtimeDeps": [
"nixpkgs"
],
"treefmt-nix": [
"treefmt-nix"
]
},
"locked": {
"lastModified": 1734559477,
"narHash": "sha256-Jwvow0ri+ZgCdP6jpNQVjxub14Pxs1kyjvDV3BbvNzE=",
"lastModified": 1736218503,
"narHash": "sha256-X88+dZu7WALRh+2F6YLltROJthpOmluOYsJTyNtFIRQ=",
"owner": "nix-community",
"repo": "nixpkgs-update",
"rev": "7f089591e8f595011323c8a7370b195fa3dfe0b7",
"rev": "450b814004c86a7880a95d6a0e40ab8260c9367f",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "infra",
"repo": "nixpkgs-update",
"type": "github"
}

View file

@ -34,9 +34,8 @@
nixpkgs-update-github-releases.flake = false;
nixpkgs-update-github-releases.url = "github:nix-community/nixpkgs-update-github-releases";
nixpkgs-update.inputs.mmdoc.follows = "empty";
nixpkgs-update.inputs.runtimeDeps.follows = "nixpkgs";
nixpkgs-update.inputs.treefmt-nix.follows = "treefmt-nix";
nixpkgs-update.url = "github:nix-community/nixpkgs-update";
nixpkgs-update.url = "github:nix-community/nixpkgs-update/infra";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
nur-update.inputs.nixpkgs.follows = "nixpkgs";
nur-update.url = "github:nix-community/nur-update";

View file

@ -21,6 +21,11 @@ let
cachix
apacheHttpd # for rotatelogs, used by worker script
socat # used by worker script
coreutils
gist
nixpkgs-review
tree
];
mkWorker = name: {