nix/hosts/laptop-server/modules/nixpkgs.nix

5 lines
94 B
Nix
Raw Normal View History

2024-12-11 19:50:18 -07:00
{ inputs, ... }:
{
# Allow closed source packages
nixpkgs.config.allowUnfree = true;
}