mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
9 lines
262 B
Nix
9 lines
262 B
Nix
{ nix-janitor, fetchFromGitHub }:
|
|
nix-janitor.overrideAttrs {
|
|
src = fetchFromGitHub {
|
|
owner = "NobbZ";
|
|
repo = "nix-janitor";
|
|
rev = "d49fd7486d5597d2e854154bf643e7f86c5f1f6c";
|
|
hash = "sha256-KRXz2qUDWmyglXk56jL0twOQ3pWdpacddyVn95W7wl0=";
|
|
};
|
|
}
|