1 2 3 4 5 6
{ packageOverrides = pkgs: rec { } // (import ../utils/nix/default.nix) {}; allowUnfree = true; }