summaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2022-12-03 14:30:48 +0100
committerMinijackson <minijackson@riseup.net>2022-12-03 14:31:34 +0100
commit85bff9044b07db5ba39d50607f272493b150641e (patch)
tree41286c86baa717fb9b8d9c2397b1135c1404b691 /flake.lock
parentcce7854a8ba150324c0d116b3978fa7d380672fb (diff)
downloadnixos-config-reborn-85bff9044b07db5ba39d50607f272493b150641e.tar.gz
nixos-config-reborn-85bff9044b07db5ba39d50607f272493b150641e.zip
flake: 22.05 -> 22.11, use rycee-nur directly
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock67
1 files changed, 42 insertions, 25 deletions
diff --git a/flake.lock b/flake.lock
index 3f49835..2bb7ce5 100644
--- a/flake.lock
+++ b/flake.lock
@@ -19,19 +19,20 @@
19 "inputs": { 19 "inputs": {
20 "nixpkgs": [ 20 "nixpkgs": [
21 "nixpkgs" 21 "nixpkgs"
22 ] 22 ],
23 "utils": "utils"
23 }, 24 },
24 "locked": { 25 "locked": {
25 "lastModified": 1667907331, 26 "lastModified": 1670059602,
26 "narHash": "sha256-bHkAwkYlBjkupPUFcQjimNS8gxWSWjOTevEuwdnp5m0=", 27 "narHash": "sha256-mtgVnAjlYYjJr2wDnfz94kIefLl61Ww7cjCpLVhN/6Y=",
27 "owner": "nix-community", 28 "owner": "nix-community",
28 "repo": "home-manager", 29 "repo": "home-manager",
29 "rev": "6639e3a837fc5deb6f99554072789724997bc8e5", 30 "rev": "6b71989c0dc1c8d386086334290c094240d51798",
30 "type": "github" 31 "type": "github"
31 }, 32 },
32 "original": { 33 "original": {
33 "owner": "nix-community", 34 "owner": "nix-community",
34 "ref": "release-22.05", 35 "ref": "release-22.11",
35 "repo": "home-manager", 36 "repo": "home-manager",
36 "type": "github" 37 "type": "github"
37 } 38 }
@@ -54,16 +55,16 @@
54 }, 55 },
55 "nixpkgs": { 56 "nixpkgs": {
56 "locked": { 57 "locked": {
57 "lastModified": 1669418739, 58 "lastModified": 1669919498,
58 "narHash": "sha256-T86oFvcUIRwHWBWUt7WjaP4BP/3lDGbv5AppQSI1FkI=", 59 "narHash": "sha256-cndPLdFj2V0OchIgz1sOVKZXOi+ETgSq/OqCCbWsRoo=",
59 "owner": "NixOS", 60 "owner": "NixOS",
60 "repo": "nixpkgs", 61 "repo": "nixpkgs",
61 "rev": "695b3515251873e0a7e2021add4bba643c56cde3", 62 "rev": "14c7bd44711b04c05cb78412451005415310b6bd",
62 "type": "github" 63 "type": "github"
63 }, 64 },
64 "original": { 65 "original": {
65 "owner": "NixOS", 66 "owner": "NixOS",
66 "ref": "nixos-22.05", 67 "ref": "nixos-22.11",
67 "repo": "nixpkgs", 68 "repo": "nixpkgs",
68 "type": "github" 69 "type": "github"
69 } 70 }
@@ -84,21 +85,6 @@
84 "type": "github" 85 "type": "github"
85 } 86 }
86 }, 87 },
87 "nur": {
88 "locked": {
89 "lastModified": 1669562715,
90 "narHash": "sha256-x4SOCkMcQ19g+LVD96o/01aRBW6x0hlw0wyMJ08QTZA=",
91 "owner": "nix-community",
92 "repo": "NUR",
93 "rev": "222f7c06142a675c305f863a489fb7147c5ccae1",
94 "type": "github"
95 },
96 "original": {
97 "owner": "nix-community",
98 "repo": "NUR",
99 "type": "github"
100 }
101 },
102 "root": { 88 "root": {
103 "inputs": { 89 "inputs": {
104 "flake-utils": "flake-utils", 90 "flake-utils": "flake-utils",
@@ -106,10 +92,26 @@
106 "musnix": "musnix", 92 "musnix": "musnix",
107 "nixpkgs": "nixpkgs", 93 "nixpkgs": "nixpkgs",
108 "nixpkgs-unstable": "nixpkgs-unstable", 94 "nixpkgs-unstable": "nixpkgs-unstable",
109 "nur": "nur", 95 "rycee-nur": "rycee-nur",
110 "shmart-prompt-dir": "shmart-prompt-dir" 96 "shmart-prompt-dir": "shmart-prompt-dir"
111 } 97 }
112 }, 98 },
99 "rycee-nur": {
100 "flake": false,
101 "locked": {
102 "lastModified": 1670059673,
103 "narHash": "sha256-zHRpAOYfCOqH6s5fQL1OaM4BIWnNEaFmTX57OfvgxUc=",
104 "owner": "rycee",
105 "repo": "nur-expressions",
106 "rev": "8acf5467948e0839cf6cae58c0f1e13c748bfaf0",
107 "type": "gitlab"
108 },
109 "original": {
110 "owner": "rycee",
111 "repo": "nur-expressions",
112 "type": "gitlab"
113 }
114 },
113 "shmart-prompt-dir": { 115 "shmart-prompt-dir": {
114 "flake": false, 116 "flake": false,
115 "locked": { 117 "locked": {
@@ -125,6 +127,21 @@
125 "repo": "shmart-prompt-dir", 127 "repo": "shmart-prompt-dir",
126 "type": "github" 128 "type": "github"
127 } 129 }
130 },
131 "utils": {
132 "locked": {
133 "lastModified": 1667395993,
134 "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
135 "owner": "numtide",
136 "repo": "flake-utils",
137 "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
138 "type": "github"
139 },
140 "original": {
141 "owner": "numtide",
142 "repo": "flake-utils",
143 "type": "github"
144 }
128 } 145 }
129 }, 146 },
130 "root": "root", 147 "root": "root",