nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at master 8 lines 148 B view raw
1#!/usr/bin/env nix-shell 2#!nix-shell -i bash -p npins 3 4set -euo pipefail 5 6cd "$(dirname "${BASH_SOURCE[0]}")" 7 8npins --lock-file pinned.json update