chore: fix unfree

This commit is contained in:
♥ Minnie ♥ 2025-06-19 09:08:29 +08:00
parent 63f584b144
commit 6343499225
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -20,7 +20,7 @@
unstable-packages = final: _prev: {
unstable = import inputs.nixpkgs-unstable {
system = final.system;
config.allowUnfree = true;
config.allowUnfree = false;
};
};
}