From c54bbdb8f7c9cda98e8d337e4bb592c1e0b01339 Mon Sep 17 00:00:00 2001 From: inexcode Date: Sat, 20 Aug 2022 18:54:47 +0400 Subject: [PATCH] add lib import --- git/gitea.nix | 2 +- passmgr/bitwarden.nix | 2 +- social/pleroma.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/git/gitea.nix b/git/gitea.nix index e4a6c73..961e9b2 100644 --- a/git/gitea.nix +++ b/git/gitea.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, lib, pkgs, ... }: let cfg = config.services.userdata; in diff --git a/passmgr/bitwarden.nix b/passmgr/bitwarden.nix index 2c85cd5..b798a09 100644 --- a/passmgr/bitwarden.nix +++ b/passmgr/bitwarden.nix @@ -1,4 +1,4 @@ -{ pkgs, config, ... }: +{ pkgs, lib, config, ... }: let cfg = config.services.userdata; in diff --git a/social/pleroma.nix b/social/pleroma.nix index 47ce827..34bcc7c 100644 --- a/social/pleroma.nix +++ b/social/pleroma.nix @@ -1,4 +1,4 @@ -{ pkgs, config, ... }: +{ pkgs, lib, config, ... }: let cfg = config.services.userdata; in