diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-07-02 13:04:50 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-07-02 13:04:50 +0200 |
commit | 38ac9a5749743a95d27a5231d05eb93c2340e6bc (patch) | |
tree | c80e969708bcd9412a9f4c109027f43c35187f21 /nix | |
parent | 67cc3b9232748a9e65ea9a3362d10881b9fff656 (diff) | |
download | Nix-38ac9a5749743a95d27a5231d05eb93c2340e6bc.tar.gz Nix-38ac9a5749743a95d27a5231d05eb93c2340e6bc.tar.zst Nix-38ac9a5749743a95d27a5231d05eb93c2340e6bc.zip |
Upgrade environment and freeze home-manager/nixpkgs version
Diffstat (limited to 'nix')
-rw-r--r-- | nix/sources.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json index af026b8..b403e62 100644 --- a/nix/sources.json +++ b/nix/sources.json | |||
@@ -45,6 +45,18 @@ | |||
45 | "type": "git", | 45 | "type": "git", |
46 | "version": "f1d42ba-master" | 46 | "version": "f1d42ba-master" |
47 | }, | 47 | }, |
48 | "home-manager": { | ||
49 | "branch": "master", | ||
50 | "description": "Manage a user environment using Nix", | ||
51 | "homepage": "https://rycee.gitlab.io/home-manager/", | ||
52 | "owner": "rycee", | ||
53 | "repo": "home-manager", | ||
54 | "rev": "a94c8b072e08b11bd9a2462b741f8d3b673ec690", | ||
55 | "sha256": "1yv2wrx84qifysxybdaq5wq7w6zg0hcak2hapm0v1wz1mc7wq915", | ||
56 | "type": "tarball", | ||
57 | "url": "https://github.com/rycee/home-manager/archive/a94c8b072e08b11bd9a2462b741f8d3b673ec690.tar.gz", | ||
58 | "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" | ||
59 | }, | ||
48 | "niv": { | 60 | "niv": { |
49 | "branch": "master", | 61 | "branch": "master", |
50 | "description": "Easy dependency management for Nix projects", | 62 | "description": "Easy dependency management for Nix projects", |
@@ -69,6 +81,18 @@ | |||
69 | "url": "https://github.com/NixOS/nixpkgs-channels/archive/fce7562cf46727fdaf801b232116bc9ce0512049.tar.gz", | 81 | "url": "https://github.com/NixOS/nixpkgs-channels/archive/fce7562cf46727fdaf801b232116bc9ce0512049.tar.gz", |
70 | "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" | 82 | "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" |
71 | }, | 83 | }, |
84 | "nixpkgs-home-manager": { | ||
85 | "branch": "nixos-unstable", | ||
86 | "description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to", | ||
87 | "homepage": "https://github.com/NixOS/nixpkgs", | ||
88 | "owner": "NixOS", | ||
89 | "repo": "nixpkgs-channels", | ||
90 | "rev": "", | ||
91 | "sha256": "22a81aa5fc15b2d41b12f7160a71cd4a9f3c3fa1", | ||
92 | "type": "tarball", | ||
93 | "url": "https://github.com/NixOS/nixpkgs-channels/archive/22a81aa5fc15b2d41b12f7160a71cd4a9f3c3fa1.tar.gz", | ||
94 | "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" | ||
95 | }, | ||
72 | "nixpkgs-nixops": { | 96 | "nixpkgs-nixops": { |
73 | "branch": "nixos-unstable", | 97 | "branch": "nixos-unstable", |
74 | "description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to", | 98 | "description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to", |