blob: 236392a04b5a0fa51db836818e6c74560427a207 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
version "0.1.0"
inputs {
nixpkgs {
archive {
url "https://github.com/NixOS/nixpkgs/archive/{{cmd_value}}.tar.gz"
}
latest-cmd {
$ git ls-remote --heads "https://github.com/NixOS/nixpkgs.git" --refs "refs/heads/nixpkgs-unstable"
| cut -f1
}
}
}
|