mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix nix-janitor
This commit is contained in:
parent
4f3b446721
commit
4856ba7e81
2 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue