nixos-config/modules/nur.nix

9 lines
199 B
Nix
Raw Normal View History

2021-07-29 20:21:51 +00:00
pkgs:
import (builtins.fetchTarball {
url = "https://github.com/nix-community/NUR/archive/master.tar.gz";
sha256 = "1p0qa9bs8k0jhkdkyvxfcpi2hz2n8d61c63ps7mavk9z3zgnx20j";
}) {
inherit pkgs;
}