6 lines
198 B
Bash
Executable file
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
|