ofborg/nix/update-nixpkgs.sh

6 lines
203 B
Bash
Raw Normal View History

2017-12-05 01:55:25 +00:00
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nix-prefetch-git
2017-11-30 03:31:13 +00:00
nix-prefetch-git https://github.com/nixos/nixpkgs-channels.git \
--rev refs/heads/nixpkgs-unstable > ./nix/nixpkgs.json