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

View file

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

View file

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