mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
use newer nix-janitor
This commit is contained in:
parent
cc12240ed8
commit
6f61e69bff
2 changed files with 11 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ _file }:
|
{ _file, self }:
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
|
|
@ -32,8 +32,8 @@
|
||||||
nix-output-monitor # nom nom nom nom;
|
nix-output-monitor # nom nom nom nom;
|
||||||
nix-tree # view packages
|
nix-tree # view packages
|
||||||
pciutils # lspci
|
pciutils # lspci
|
||||||
nix-janitor # thanks nobbz
|
|
||||||
;
|
;
|
||||||
|
inherit (self.packages) nix-janitor;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
9
packages/nix-janitor/package.nix
Normal file
9
packages/nix-janitor/package.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{ nix-janitor, fetchFromGitHub }:
|
||||||
|
nix-janitor.overrideAttrs {
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "NobbZ";
|
||||||
|
repo = "nix-janitor";
|
||||||
|
rev = "d49fd7486d5597d2e854154bf643e7f86c5f1f6c";
|
||||||
|
hash = "sha256-KRXz2qUDWmyglXk56jL0twOQ3pWdpacddyVn95W7wl0=";
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue