diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-07-02 16:47:39 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-07-02 16:47:39 +0200 |
commit | c31ca68c24d6cc34624b925d69191488d3d60d44 (patch) | |
tree | bbc717d6b50ac71970a0356133a53bdab7aa1b50 | |
parent | 50def5927f7640dbcb4f97be916a1930765edf09 (diff) | |
download | Nix-c31ca68c24d6cc34624b925d69191488d3d60d44.tar.gz Nix-c31ca68c24d6cc34624b925d69191488d3d60d44.tar.zst Nix-c31ca68c24d6cc34624b925d69191488d3d60d44.zip |
Upgrade nix home-manager to latest
-rw-r--r-- | environments/immae-eu.nix | 2 | ||||
-rw-r--r-- | nix/sources.json | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/environments/immae-eu.nix b/environments/immae-eu.nix index 1da9373..dddc1fd 100644 --- a/environments/immae-eu.nix +++ b/environments/immae-eu.nix | |||
@@ -84,7 +84,7 @@ let | |||
84 | rtorrent | 84 | rtorrent |
85 | ldapvi | 85 | ldapvi |
86 | fzf | 86 | fzf |
87 | #buku # broken | 87 | buku |
88 | vimPlugins.vim-plug | 88 | vimPlugins.vim-plug |
89 | (vim_configurable.override { python = python3; }) | 89 | (vim_configurable.override { python = python3; }) |
90 | mailcap | 90 | mailcap |
diff --git a/nix/sources.json b/nix/sources.json index b403e62..565d3a4 100644 --- a/nix/sources.json +++ b/nix/sources.json | |||
@@ -51,10 +51,10 @@ | |||
51 | "homepage": "https://rycee.gitlab.io/home-manager/", | 51 | "homepage": "https://rycee.gitlab.io/home-manager/", |
52 | "owner": "rycee", | 52 | "owner": "rycee", |
53 | "repo": "home-manager", | 53 | "repo": "home-manager", |
54 | "rev": "a94c8b072e08b11bd9a2462b741f8d3b673ec690", | 54 | "rev": "7f7348b47049e8d25fb5b98db1d6215f8f643f0d", |
55 | "sha256": "1yv2wrx84qifysxybdaq5wq7w6zg0hcak2hapm0v1wz1mc7wq915", | 55 | "sha256": "1s8j8h42k354xzwlqizbzxlqvsagx7yrxl20qfxgxmx522ajw63p", |
56 | "type": "tarball", | 56 | "type": "tarball", |
57 | "url": "https://github.com/rycee/home-manager/archive/a94c8b072e08b11bd9a2462b741f8d3b673ec690.tar.gz", | 57 | "url": "https://github.com/rycee/home-manager/archive/7f7348b47049e8d25fb5b98db1d6215f8f643f0d.tar.gz", |
58 | "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" | 58 | "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" |
59 | }, | 59 | }, |
60 | "niv": { | 60 | "niv": { |
@@ -87,10 +87,10 @@ | |||
87 | "homepage": "https://github.com/NixOS/nixpkgs", | 87 | "homepage": "https://github.com/NixOS/nixpkgs", |
88 | "owner": "NixOS", | 88 | "owner": "NixOS", |
89 | "repo": "nixpkgs-channels", | 89 | "repo": "nixpkgs-channels", |
90 | "rev": "", | 90 | "rev": "b3251e04ee470c20f81e75d5a6080ba92dc7ed3f", |
91 | "sha256": "22a81aa5fc15b2d41b12f7160a71cd4a9f3c3fa1", | 91 | "sha256": "0hld390gb3q055sa7j1rzxl1hzaxgagc60vrqmkk8fnfpv813g75", |
92 | "type": "tarball", | 92 | "type": "tarball", |
93 | "url": "https://github.com/NixOS/nixpkgs-channels/archive/22a81aa5fc15b2d41b12f7160a71cd4a9f3c3fa1.tar.gz", | 93 | "url": "https://github.com/NixOS/nixpkgs-channels/archive/b3251e04ee470c20f81e75d5a6080ba92dc7ed3f.tar.gz", |
94 | "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" | 94 | "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" |
95 | }, | 95 | }, |
96 | "nixpkgs-nixops": { | 96 | "nixpkgs-nixops": { |