9 lines
199 B
Nix
9 lines
199 B
Nix
pkgs:
|
|
|
|
import (builtins.fetchTarball {
|
|
url = "https://github.com/nix-community/NUR/archive/master.tar.gz";
|
|
sha256 = "09ahq568bq23xvrinbm8cl7y6gcy6f57gv0xn36fhsxca9343wrm";
|
|
}) {
|
|
inherit pkgs;
|
|
}
|