Skip to content
Snippets Groups Projects
Commit 4f29a92f authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Pin a particular nixpkgs

This gives us deterministic, portable (across time) builds w/ nix.
parent 5118e66d
No related branches found
No related tags found
1 merge request!28OpenSSL 1.1.1c for Nix env
{ pkgs ? import <nixpkgs> { } }:
let
nixpkgs = fetchTarball
{ url = "https://github.com/NixOS/nixpkgs-channels/archive/4557b9f1f50aa813ae673fe6fcd30ca872968947.tar.gz";
sha256 = "0cam48cn042axcik9vqxsqjc2hwyb2grjbjxacsn4w0y1zk6k6l2";
};
args =
{ overlays = [ (import ./overlays.nix) ];
};
in
pkgs.callPackage nixpkgs args
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment