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 \
|
2018-12-01 15:34:26 +00:00
|
|
|
--rev refs/heads/nixos-unstable > ./nix/nixpkgs.json
|