summaryrefslogtreecommitdiff
path: root/nix/tamal/manifest.kdl
blob: d85e2f0ef8e2f22bc9788458f4a776f1ebf84971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// ┏┓╻+╻ ╱┏┳┓┏┓┏┳┓┏┓╻
// ┃┃┃┃┗━┓╹┃╹┣┫┃┃┃┣┫┃   Read the manpage:
// ╹┗┛╹╱ ╹ ╹ ╹╹╹ ╹╹╹┗┛  $ man nixtamal-manifest
version "0.1.0"
inputs {
	nixpkgs {
		archive {
			url "https://github.com/NixOS/nixpkgs/archive/{{cmd_value}}.tar.gz"
		}
		hash algorithm=SHA256
		latest-cmd {
			$ git ls-remote --heads "https://github.com/NixOS/nixpkgs.git" --refs "refs/heads/nixpkgs-unstable"
			| cut -f1
		}
	}
}