mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
9 lines
148 B
Bash
9 lines
148 B
Bash
![]() |
#!/usr/bin/env nix-shell
|
||
|
#!nix-shell -i bash -p npins
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||
|
|
||
|
npins --lock-file pinned.json update
|