https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
5 lines
137 B
Nix
5 lines
137 B
Nix
import ./generic.nix (rec {
|
|
version = "28.1";
|
|
sha256 = "sha256-D33wnlxhx0LyG9WZaQDj2II3tG0HcJdZTC4dSA3lrgY=";
|
|
patches = _: [ ];
|
|
})
|