applies all recommended deadnix fixes, and adds it to checks

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-05-21 19:47:21 -04:00
committed by Richie Cahill
parent f3f6c463ca
commit 3522ebd8c5
19 changed files with 27 additions and 88 deletions

View File

@ -110,17 +110,7 @@
};
outputs =
{
self,
nix,
home-manager,
nixos-hardware,
nixos-modules,
nixpkgs,
sops-nix,
wired-notify,
...
}@inputs:
{ self, nixpkgs, ... }@inputs:
let
systems = [
"x86_64-linux"
@ -135,7 +125,7 @@
# adds our lib functions to lib namespace
lib = nixpkgs.lib.extend (
self: super:
self: _:
import ./lib {
inherit nixpkgs inputs;
lib = self;