Skip to content

Commit

Permalink
nixpkgs-update: use tools from $PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Jan 7, 2025
1 parent 397d297 commit 782800e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
10 changes: 4 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
5 changes: 5 additions & 0 deletions hosts/build02/nixpkgs-update.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 782800e

Please sign in to comment.