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";
2021-08-22 19:56:34 +00:00
sha256 = "0r2pcc6sjxmhg1xxk23648wrwccv2c5v44cfwglx35az5y0hmr1f";
2021-07-29 20:21:51 +00:00
}) {
inherit pkgs;
}