Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 9 lines 359 B view raw
1#!/usr/bin/env nix-shell 2#!nix-shell -i bash -p nix-update common-updater-scripts 3 4set -euo pipefail 5 6nix-update olivetin --src-only 7update-source-version olivetin --source-key=gen --ignore-same-version 8update-source-version olivetin --source-key=webui.npmDeps --ignore-same-version 9update-source-version olivetin --source-key=goModules --ignore-same-version