5 lines
243 B
Nix
5 lines
243 B
Nix
import (builtins.fetchTarball {
|
|
name = "nixpkgs-unstable-2019-10-09";
|
|
url = https://github.com/NixOS/nixpkgs/archive/a0c34f54cc61dc20ae1ec91766b9efad102f5b36.tar.gz;
|
|
sha256 = "185xfvr676xhap2wzmiympg62hh6rvbk95x941j752v08y8yhqy1";
|
|
}) {}
|