diff --git a/flake.nix b/flake.nix index 40ff36b..47aaa93 100644 --- a/flake.nix +++ b/flake.nix @@ -136,7 +136,7 @@ # TODO: also enable this for user-level nix, somehow config.nixpkgs.config = lib.mkIf config.dragnpkgs.possiblyCommitCrimes { - allowlistedLicenses = lib.licenses.fyptl; + allowlistedLicenses = [ lib.licenses.fyptl ]; }; })