From e5dd2071ecb3c9dea766542bb14958539b8fe748 Mon Sep 17 00:00:00 2001 From: xenia Date: Tue, 17 Dec 2024 01:49:54 -0500 Subject: [PATCH] oops 2 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; })