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,
|
||||
config,
|
||||
|
|
@ -32,8 +32,8 @@
|
|||
nix-output-monitor # nom nom nom nom;
|
||||
nix-tree # view packages
|
||||
pciutils # lspci
|
||||
nix-janitor # thanks nobbz
|
||||
;
|
||||
inherit (self.packages) nix-janitor;
|
||||
}
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue