Skip to content

Commit 252297f

Browse files
committed
nixpkgs-update: use tools from $PATH
1 parent e5faeda commit 252297f

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

flake.lock

+4-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@
3434
nixpkgs-update-github-releases.flake = false;
3535
nixpkgs-update-github-releases.url = "github:nix-community/nixpkgs-update-github-releases";
3636
nixpkgs-update.inputs.mmdoc.follows = "empty";
37-
nixpkgs-update.inputs.runtimeDeps.follows = "nixpkgs";
3837
nixpkgs-update.inputs.treefmt-nix.follows = "treefmt-nix";
39-
nixpkgs-update.url = "github:nix-community/nixpkgs-update";
38+
nixpkgs-update.url = "github:nix-community/nixpkgs-update/tools-path";
4039
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
4140
nur-update.inputs.nixpkgs.follows = "nixpkgs";
4241
nur-update.url = "github:nix-community/nur-update";

hosts/build02/nixpkgs-update.nix

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ let
2121
cachix
2222
apacheHttpd # for rotatelogs, used by worker script
2323
socat # used by worker script
24+
25+
coreutils
26+
gist
27+
nixpkgs-review
28+
tree
2429
];
2530

2631
mkWorker = name: {

0 commit comments

Comments
 (0)