6 lines
51 B
Nix
6 lines
51 B
Nix
{ ... }:
|
|
|
|
{
|
|
nixpkgs.config.allowUnfree = true;
|
|
}
|
{ ... }:
|
|
|
|
{
|
|
nixpkgs.config.allowUnfree = true;
|
|
}
|