This commit is contained in:
xenia 2024-12-17 01:49:54 -05:00
parent 71a6dd181f
commit 3ac643fd34
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@
# TODO: also enable this for user-level nix, somehow # TODO: also enable this for user-level nix, somehow
config.nixpkgs.config = lib.mkIf config.dragnpkgs.possiblyCommitCrimes { config.nixpkgs.config = lib.mkIf config.dragnpkgs.possiblyCommitCrimes {
allowlistedLicenses = lib.licenses.fyptl; allowlistedLicenses = [ lib.licenses.fyptl ];
}; };
}) })