srpnix/nixos/nixpkgs.nix

6 lines
53 B
Nix

{ ... }:
{
nixpkgs.config.allowUnfree = true;
}