nixpkgs update
This commit is contained in:
parent
5b36b4089d
commit
840bcd4cea
|
@ -1,5 +1,10 @@
|
||||||
NixOS deployments using [nixus](https://github.com/Infinisil/nixus).
|
NixOS deployments using [nixus](https://github.com/Infinisil/nixus).
|
||||||
|
|
||||||
|
TL;DR:
|
||||||
|
1. `make update`
|
||||||
|
2. `make result`
|
||||||
|
3. `make deploy`
|
||||||
|
|
||||||
First make sure you have `niv` so you can upgrade dependency versions in `sources.json`.
|
First make sure you have `niv` so you can upgrade dependency versions in `sources.json`.
|
||||||
```sh
|
```sh
|
||||||
$ nix-shell -p niv
|
$ nix-shell -p niv
|
||||||
|
@ -11,5 +16,5 @@ $ nix-build deploy/
|
||||||
```
|
```
|
||||||
Deploy by running the generated executable.
|
Deploy by running the generated executable.
|
||||||
```sh
|
```sh
|
||||||
$ ./results
|
$ ./result
|
||||||
```
|
```
|
||||||
|
|
|
@ -17,10 +17,10 @@
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "fa194fc484fd7270ab324bb985593f71102e84d1",
|
"rev": "172385318068519900a7d71c1024242fa6af75f0",
|
||||||
"sha256": "06yn179lbhql3vkk4cjca4mdwr6lfdh6n1vqma3a4266dap6hcf4",
|
"sha256": "189sxqrr2g9da1jfz15pvvlhknamymgrpzczx3nbm79aw895i83z",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://github.com/NixOS/nixos-hardware/archive/fa194fc484fd7270ab324bb985593f71102e84d1.tar.gz",
|
"url": "https://github.com/NixOS/nixos-hardware/archive/172385318068519900a7d71c1024242fa6af75f0.tar.gz",
|
||||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
|
@ -29,10 +29,10 @@
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "b4372c4924d9182034066c823df76d6eaf1f4ec4",
|
"rev": "b0b2c5445c64191fd8d0b31f2b1a34e45a64547d",
|
||||||
"sha256": "03daj0laqlqdp053wr2fznwjfbkkyh12qq1wa87zdsgdnnrgd6sc",
|
"sha256": "1kvscvl8in723440i0w0sv2j2pawdxjkbiqgx85jda2cz92l6rpm",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://github.com/NixOS/nixpkgs/archive/b4372c4924d9182034066c823df76d6eaf1f4ec4.tar.gz",
|
"url": "https://github.com/NixOS/nixpkgs/archive/b0b2c5445c64191fd8d0b31f2b1a34e45a64547d.tar.gz",
|
||||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||||
},
|
},
|
||||||
"nixus": {
|
"nixus": {
|
||||||
|
|
Loading…
Reference in a new issue