You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
342 B
Nix

final: prev: rec {
# Notes:
#
# When determining a SHA256, use this to set a fake one until we know
# the real value:
#
# vendorSha256 = prev.lib.fakeSha256;
#
devShell = prev.callPackage ./devshell.nix { };
# zig we want to be the latest nightly since 0.9.0 is not released yet.
zig = final.zigpkgs.master.latest;
}