From 4ed3f2e57146fb311368c416c66f625488cbcffc Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 15 Dec 2023 21:35:46 +0800 Subject: [PATCH] lib/private: remove unused functions Doing some cleanup. Doing some cleanup. --- lib/private.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/private.nix b/lib/private.nix index 2524efa1..fc939fb6 100644 --- a/lib/private.nix +++ b/lib/private.nix @@ -32,10 +32,6 @@ rec { ]; }); - getSecret = path: ../secrets/${path}; - - isInternal = config: config ? _isfoodogsquaredcustom && config._isfoodogsquaredcustom; - getUsers = type: users: let userModules = lib.filesToAttr ../users/${type};