nixos-config/overlays/nur.nix

11 lines
235 B
Nix
Raw Normal View History

2021-08-24 09:36:15 +00:00
pkgs: final: prev:
{
nur = import (builtins.fetchTarball {
url = "https://github.com/nix-community/NUR/archive/master.tar.gz";
2021-10-24 12:13:51 +00:00
sha256 = "19s8a5pfp8yms0kx5lb74al5yfia2smn46dndsl43q528719pnp4";
2021-08-24 09:36:15 +00:00
}) {
inherit pkgs;
};
}