revert unfree

This commit is contained in:
Mohamed Chrayed 2024-08-04 19:57:07 +02:00
parent 8353a2bb00
commit adac06ff88

View File

@ -1,4 +1,5 @@
{ ... }:
{
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}