Files
MinOS-prime/nixos/nixpkgs.nix
2025-07-11 18:08:12 +03:00

14 lines
292 B
Nix

{ ... }:
{
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Override packages
# nixpkgs.config.packageOverrides = pkgs: {
# nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
# inherit pkgs;
# };
# };
}