forked from the-distro/ofborg
5 lines
148 B
Bash
5 lines
148 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
nix-prefetch-git https://github.com/nixos/nixpkgs-channels.git \
|
||
|
--rev refs/heads/nixpkgs-unstable > ./nix/nixpkgs.json
|