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-07-30 08:29:14 +00:00
sha256 = "0znxac6j1139l777lfjm6y19px5xbdk3jcwcynwbmg5yafn8az0n";
2021-07-29 20:21:51 +00:00
}) {
inherit pkgs;
}