5 lines
94 B
Nix
5 lines
94 B
Nix
|
{ inputs, ... }:
|
||
|
{
|
||
|
# Allow closed source packages
|
||
|
nixpkgs.config.allowUnfree = true;
|
||
|
}
|