fix nix-janitor

This commit is contained in:
Gerg-L 2024-07-09 13:25:10 -04:00
parent 4f3b446721
commit 4856ba7e81
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{ nix-janitor, fetchFromGitHub }:
nix-janitor.overrideAttrs {
{ inputs', fetchFromGitHub }:
inputs'.master.legacyPackages.nix-janitor.overrideAttrs {
src = fetchFromGitHub {
owner = "NobbZ";
repo = "nix-janitor";