nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 10 lines 367 B view raw
1#!/usr/bin/env nix-shell 2#!nix-shell -i bash -p bash jq zon2nix 3 4commit=$(nix-instantiate --eval -A river-bedload.src.rev | jq --raw-output) 5 6wget "https://git.sr.ht/~novakane/river-bedload/blob/${commit}/build.zig.zon" 7zon2nix build.zig.zon >pkgs/by-name/ri/river-bedload/build.zig.zon.nix 8nixfmt pkgs/by-name/ri/river-bedload/build.zig.zon.nix 9 10rm -f build.zig.zon