ofborg/nix/update-nixpkgs.sh
2021-11-11 16:14:04 -08:00

6 lines
198 B
Bash
Executable file

#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nix-prefetch-git
nix-prefetch-git https://github.com/nixos/nixpkgs.git \
--rev refs/heads/nixos-unstable-small > ./nix/nixpkgs.json