chore: deadnix

Signed-off-by: jolheiser <john.olheiser@gmail.com>
jenkins
jolheiser 2023-10-19 15:48:44 -05:00
parent 0946022a18
commit 9f7c24f366
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
2 changed files with 2 additions and 8 deletions

View File

@ -62,7 +62,6 @@
};
outputs = {
self,
nixpkgs,
home-manager,
agenix,
@ -76,7 +75,7 @@
...
} @ inputs: let
overlays = [
(final: prev: {
(_: prev: {
nur = import inputs.nur {
nurpkgs = prev;
pkgs = prev;
@ -91,11 +90,7 @@
})
golink.overlay
];
commonConfig = {gui ? true}: {
config,
pkgs,
...
}: let
commonConfig = {gui ? true}: {config, ...}: let
userSecret = path: {
file = path;
owner = username;

View File

@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
modulesPath,
...
}: {