2
0
genodepkgs/nixpkgs.nix
Emery Hemingway b1c0f98835 Update Nixpkgs revision
Clean up the OpenSSL changes
2019-10-23 14:12:25 +02:00

7 lines
206 B
Nix

# A branch of Nixpkgs with a custom "crossSystem" mechanism
builtins.fetchGit {
url = "https://github.com/ehmry/nixpkgs.git";
ref = "hybrid-19.09";
rev = "2b64c2dc19f16b9d126f6c48deecf084ae0b27fc";
}