diff options
author | Minijackson <minijackson@riseup.net> | 2023-06-02 18:24:06 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2023-06-02 18:25:26 +0200 |
commit | 3a2b3a2e8f5da9ba38dd90008d3d8fdcd7b661b4 (patch) | |
tree | 1a2b9bea9a4006843c937ba3e20dafd28bf3b96d /flake.lock | |
parent | f36237be862a9eb7815185e68eb822af2c4e83bb (diff) | |
download | nixos-config-reborn-3a2b3a2e8f5da9ba38dd90008d3d8fdcd7b661b4.tar.gz nixos-config-reborn-3a2b3a2e8f5da9ba38dd90008d3d8fdcd7b661b4.zip |
flake: Upgrade NixOS 22.11 -> 23.05
Flake lock file updates:
• Updated input 'home-manager':
'github:nix-community/home-manager/f9edbedaf015013eb35f8caacbe0c9666bbc16af' (2023-04-10)
→ 'github:nix-community/home-manager/93db05480c0c0f30382d3e80779e8386dcb4f9dd' (2023-06-01)
• Removed input 'home-manager/utils'
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/7dc71aef32e8faf065cb171700792cf8a65c152d' (2023-05-20)
→ 'github:NixOS/nixpkgs/f0ba8235153dd2e25cf06cbf70d43efdd4443592' (2023-06-01)
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 34 |
1 files changed, 9 insertions, 25 deletions
@@ -22,20 +22,19 @@ | |||
22 | "inputs": { | 22 | "inputs": { |
23 | "nixpkgs": [ | 23 | "nixpkgs": [ |
24 | "nixpkgs" | 24 | "nixpkgs" |
25 | ], | 25 | ] |
26 | "utils": "utils" | ||
27 | }, | 26 | }, |
28 | "locked": { | 27 | "locked": { |
29 | "lastModified": 1681092193, | 28 | "lastModified": 1685599623, |
30 | "narHash": "sha256-JerCqqOqbT2tBnXQW4EqwFl0hHnuZp21rIQ6lu/N4rI=", | 29 | "narHash": "sha256-Tob4CMOVHue0D3RzguDBCtUmX5ji2PsdbQDbIOIKvsc=", |
31 | "owner": "nix-community", | 30 | "owner": "nix-community", |
32 | "repo": "home-manager", | 31 | "repo": "home-manager", |
33 | "rev": "f9edbedaf015013eb35f8caacbe0c9666bbc16af", | 32 | "rev": "93db05480c0c0f30382d3e80779e8386dcb4f9dd", |
34 | "type": "github" | 33 | "type": "github" |
35 | }, | 34 | }, |
36 | "original": { | 35 | "original": { |
37 | "owner": "nix-community", | 36 | "owner": "nix-community", |
38 | "ref": "release-22.11", | 37 | "ref": "release-23.05", |
39 | "repo": "home-manager", | 38 | "repo": "home-manager", |
40 | "type": "github" | 39 | "type": "github" |
41 | } | 40 | } |
@@ -58,16 +57,16 @@ | |||
58 | }, | 57 | }, |
59 | "nixpkgs": { | 58 | "nixpkgs": { |
60 | "locked": { | 59 | "locked": { |
61 | "lastModified": 1684580438, | 60 | "lastModified": 1685620773, |
62 | "narHash": "sha256-LUPswmDn6fXP3lEBJFA2Id8PkcYDgzUilevWackYVvQ=", | 61 | "narHash": "sha256-iQ+LmporQNdLz8uMJdP62TaAWeLUwl43/MYUBtWqulM=", |
63 | "owner": "NixOS", | 62 | "owner": "NixOS", |
64 | "repo": "nixpkgs", | 63 | "repo": "nixpkgs", |
65 | "rev": "7dc71aef32e8faf065cb171700792cf8a65c152d", | 64 | "rev": "f0ba8235153dd2e25cf06cbf70d43efdd4443592", |
66 | "type": "github" | 65 | "type": "github" |
67 | }, | 66 | }, |
68 | "original": { | 67 | "original": { |
69 | "owner": "NixOS", | 68 | "owner": "NixOS", |
70 | "ref": "nixos-22.11", | 69 | "ref": "nixos-23.05", |
71 | "repo": "nixpkgs", | 70 | "repo": "nixpkgs", |
72 | "type": "github" | 71 | "type": "github" |
73 | } | 72 | } |
@@ -145,21 +144,6 @@ | |||
145 | "repo": "default", | 144 | "repo": "default", |
146 | "type": "github" | 145 | "type": "github" |
147 | } | 146 | } |
148 | }, | ||
149 | "utils": { | ||
150 | "locked": { | ||
151 | "lastModified": 1667395993, | ||
152 | "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", | ||
153 | "owner": "numtide", | ||
154 | "repo": "flake-utils", | ||
155 | "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", | ||
156 | "type": "github" | ||
157 | }, | ||
158 | "original": { | ||
159 | "owner": "numtide", | ||
160 | "repo": "flake-utils", | ||
161 | "type": "github" | ||
162 | } | ||
163 | } | 147 | } |
164 | }, | 148 | }, |
165 | "root": "root", | 149 | "root": "root", |