Some checks are pending
CI / Format Nix files (push) Waiting to run
CI / Test Modules (push) Waiting to run
CI / Validate sources (push) Waiting to run
Release / Make release (push) Waiting to run
Release / Publish to Flake registries (push) Blocked by required conditions
Build & deploy website / Build site (push) Waiting to run
Build & deploy website / Deploy website (push) Blocked by required conditions
11 lines
171 B
Bash
Executable file
11 lines
171 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
_usage="
|
|
A wrapper script around \`npins\` for updating sources
|
|
|
|
Usage: $(basename "$0")
|
|
"
|
|
|
|
npins update \
|
|
--directory ./.sources
|