Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 4 lines 114 B view raw
1#!/bin/sh -eu 2cd "$(dirname "$0")" 3deps=$(nix-build --no-link -A x32edit.deps ../../../..) 4cat "$deps" > deps.nix