about summary refs log tree commit diff stats
path: root/modules/by-name/ni/nixpkgs
diff options
context:
space:
mode:
Diffstat (limited to 'modules/by-name/ni/nixpkgs')
-rw-r--r--modules/by-name/ni/nixpkgs/module.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/by-name/ni/nixpkgs/module.nix b/modules/by-name/ni/nixpkgs/module.nix
index 502bcff2..84d8e074 100644
--- a/modules/by-name/ni/nixpkgs/module.nix
+++ b/modules/by-name/ni/nixpkgs/module.nix
@@ -36,14 +36,13 @@ in {
         ];
 
         config = {
-          # TODO: this fails because of the root tempsize, which should be increased
-          # contentAddressedByDefault = true;
-
           hostSystem = cfg.systemName;
 
           allowUnfreePredicate = pkg:
             builtins.elem (lib.getName pkg) [
-              "pypemicro" # required by pynitrokey
+              # the plugin is lacking an license and is thus unfree, effectively
+              # its okay though (TODO: investigate <2026-05-11>)?
+              "cmp-calc"
             ];
         };
       };