diff options
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"; +} |