diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-14 17:07:59 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-14 17:07:59 -0500 |
commit | 109c8895db7fc2c68c29f8e24790e9fbf95e933a (patch) | |
tree | 4527c7bd194bba8b8651da549ea61f58457dfb8d /modules | |
parent | 684ce4eac37ca022ad253fcb37bed5c17a301f33 (diff) | |
download | nixos-config-109c8895db7fc2c68c29f8e24790e9fbf95e933a.tar.gz nixos-config-109c8895db7fc2c68c29f8e24790e9fbf95e933a.zip |
Fix previous commit
Diffstat (limited to 'modules')
-rw-r--r-- | modules/unfree.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/unfree.nix b/modules/unfree.nix index f7712f2..e91bf6c 100644 --- a/modules/unfree.nix +++ b/modules/unfree.nix @@ -1,5 +1,6 @@ { lib, config, ... }: +let cfg = config.this.unfree; inherit (builtins) elem; inherit (lib) getName; |