revert to stable

This commit is contained in:
Gerg-L 2024-06-29 11:55:12 -04:00
parent 98c4d12843
commit 4f3b446721
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
4 changed files with 432 additions and 60 deletions

View file

@ -1,8 +1,8 @@
{
self',
lib,
config,
pkgs,
nix-janitor,
}:
{
options.local.allowedUnfree = lib.mkOption {
@ -32,7 +32,7 @@
nix-tree # view packages
pciutils # lspci
;
inherit (self'.packages) nix-janitor;
inherit (nix-janitor.packages) default;
}
);