diff options
author | tzlil <tzlils@protonmail.com> | 2023-01-14 15:28:47 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-01-14 15:28:47 +0200 |
commit | a27a582ff6b21c40f06e78865f7343fa9ceb7549 (patch) | |
tree | 5d85ea38811eaeffd3cdd9b639823c82833ec73a | |
parent | d9289c81a9d5e3e2e54382873f0b3eb7709f7e4d (diff) |
builtins shouldnt be in module top level
-rw-r--r-- | profiles/user.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/profiles/user.nix b/profiles/user.nix index 97597b0..6ae1261 100644 --- a/profiles/user.nix +++ b/profiles/user.nix @@ -3,7 +3,6 @@ lib, config, inputs, - builtins, ... }: { imports = [ |