Use niv to fetch the nix-container-images repository (#5)

This allows us to easily update it by running `niv update`.
This commit is contained in:
lewo
2019-04-26 12:41:13 +02:00
committed by zimbatm
parent 5452a54955
commit 9ba34c6a05
3 changed files with 82 additions and 4 deletions

13
nix/sources.json Normal file
View File

@@ -0,0 +1,13 @@
{
"nix-container-images": {
"url": "https://github.com/cloudwatt/nix-container-images/archive/cf1dbb827946b22a36d0eeb64a0e062d5e7cba53.tar.gz",
"owner": "cloudwatt",
"branch": "master",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
"repo": "nix-container-images",
"type": "tarball",
"sha256": "0svfqzp91qrx82w5wy0ax8vx54mqa1hgipbb1jbd96wqxhbxwgsl",
"description": "Write container images as NixOS machines",
"rev": "cf1dbb827946b22a36d0eeb64a0e062d5e7cba53"
}
}