diff options
author | Ben Sima <ben@bsima.me> | 2019-08-28 19:20:44 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-08-28 19:20:44 -0700 |
commit | 2adb43a97b30ddd30e5c03c485725b1b3241e2eb (patch) | |
tree | 054a657fc2faba1f089947ec9fb027d25cf81d49 /nixpkgs.nix | |
parent | db6d02e3a42d4264883a82d8f11a49848b77bd7f (diff) |
pin nixpkgs
Diffstat (limited to 'nixpkgs.nix')
-rw-r--r-- | nixpkgs.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nixpkgs.nix b/nixpkgs.nix new file mode 100644 index 0000000..44d9065 --- /dev/null +++ b/nixpkgs.nix @@ -0,0 +1,5 @@ +# Get the sha256 with: nix-prefetch-url --unpack ${url} +{ + url = "https://github.com/NixOS/nixpkgs/archive/a59b6608f97a37761e0d516d22074c91f937d0f3.tar.gz"; + sha256 = "0i92z4rx7f9wy285mzr3kipj7hn400xvpdayzkylkhld1yclm67q"; +} |