flake/common/unfree.nix
2023-02-07 11:08:47 -06:00

6 lines
90 B
Nix

{ config, pkgs, ... }:
{
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
}