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-09-06 16:10:49 +00:00
sha256 = "0kdpwdfm96ggp45jx2nz551j6pfs0b6dcprsm2w3cq4zf6b3splq";
2021-08-24 09:36:15 +00:00
}) {
inherit pkgs;
};
}