2025-05-25 12:24:47 +02:00

5 lines
121 B
Nix

{inputs, ...}: {
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = ["nix-command" "flakes"];
}