9 lines
211 B
Nix
9 lines
211 B
Nix
{
|
|
allowUnfree = true;
|
|
packageOverrides = pkgs: {
|
|
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
|
|
inherit pkgs;
|
|
};
|
|
};
|
|
}
|