aboutsummaryrefslogtreecommitdiff
path: root/systems/dilion
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2025-03-14 00:44:57 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2025-03-14 01:48:04 +0100
commite3ab1517fc501b91f9a8caaccc53b96533e680a8 (patch)
tree6e24e240382ec34790253449c8766c2aff90a8b2 /systems/dilion
parent930866cf94823edf6d9b91436f30e605a90c7174 (diff)
downloadNix-master.tar.gz
Nix-master.tar.zst
Nix-master.zip
Replace from-raw-flake in colmenaHEADmaster
Diffstat (limited to 'systems/dilion')
-rw-r--r--systems/dilion/flake.lock44
1 files changed, 33 insertions, 11 deletions
diff --git a/systems/dilion/flake.lock b/systems/dilion/flake.lock
index e71c9d5..f8c274a 100644
--- a/systems/dilion/flake.lock
+++ b/systems/dilion/flake.lock
@@ -20,20 +20,20 @@
20 "inputs": { 20 "inputs": {
21 "flake-compat": "flake-compat", 21 "flake-compat": "flake-compat",
22 "flake-utils": "flake-utils", 22 "flake-utils": "flake-utils",
23 "nix-github-actions": "nix-github-actions",
23 "nixpkgs": "nixpkgs", 24 "nixpkgs": "nixpkgs",
24 "stable": "stable" 25 "stable": "stable"
25 }, 26 },
26 "locked": { 27 "locked": {
27 "lastModified": 1687954574, 28 "lastModified": 1739900653,
28 "narHash": "sha256-YasVTaNXq2xqZdejyIhuyqvNypmx+K/Y1ZZ4+raeeII=", 29 "narHash": "sha256-hPSLvw6AZQYrZyGI6Uq4XgST7benF/0zcCpugn/P0yM=",
29 "owner": "immae", 30 "owner": "zhaofengli",
30 "repo": "colmena", 31 "repo": "colmena",
31 "rev": "e427171150a35e23204c4c15a2483358d22a0eff", 32 "rev": "2370d4336eda2a9ef29fce10fa7076ae011983ab",
32 "type": "github" 33 "type": "github"
33 }, 34 },
34 "original": { 35 "original": {
35 "owner": "immae", 36 "owner": "zhaofengli",
36 "ref": "add-lib-get-flake",
37 "repo": "colmena", 37 "repo": "colmena",
38 "type": "github" 38 "type": "github"
39 } 39 }
@@ -226,7 +226,7 @@
226 }, 226 },
227 "locked": { 227 "locked": {
228 "lastModified": 1, 228 "lastModified": 1,
229 "narHash": "sha256-wwpT+I5/zrln85BDzlZoEDC19GwYrcZSXbrJjyvC4jk=", 229 "narHash": "sha256-zqcqc5uj5oyoCVQi/1+G3hjAuMvwAl6jNwIoHqPT+jk=",
230 "path": "../../flakes/lib", 230 "path": "../../flakes/lib",
231 "type": "path" 231 "type": "path"
232 }, 232 },
@@ -288,6 +288,28 @@
288 "type": "path" 288 "type": "path"
289 } 289 }
290 }, 290 },
291 "nix-github-actions": {
292 "inputs": {
293 "nixpkgs": [
294 "my-lib",
295 "colmena",
296 "nixpkgs"
297 ]
298 },
299 "locked": {
300 "lastModified": 1737420293,
301 "narHash": "sha256-F1G5ifvqTpJq7fdkT34e/Jy9VCyzd5XfJ9TO8fHhJWE=",
302 "owner": "nix-community",
303 "repo": "nix-github-actions",
304 "rev": "f4158fa080ef4503c8f4c820967d946c2af31ec9",
305 "type": "github"
306 },
307 "original": {
308 "owner": "nix-community",
309 "repo": "nix-github-actions",
310 "type": "github"
311 }
312 },
291 "nixos-2305": { 313 "nixos-2305": {
292 "locked": { 314 "locked": {
293 "lastModified": 1687938137, 315 "lastModified": 1687938137,
@@ -575,16 +597,16 @@
575 }, 597 },
576 "stable": { 598 "stable": {
577 "locked": { 599 "locked": {
578 "lastModified": 1669735802, 600 "lastModified": 1735563628,
579 "narHash": "sha256-qtG/o/i5ZWZLmXw108N2aPiVsxOcidpHJYNkT45ry9Q=", 601 "narHash": "sha256-OnSAY7XDSx7CtDoqNh8jwVwh4xNL/2HaJxGjryLWzX8=",
580 "owner": "NixOS", 602 "owner": "NixOS",
581 "repo": "nixpkgs", 603 "repo": "nixpkgs",
582 "rev": "731cc710aeebecbf45a258e977e8b68350549522", 604 "rev": "b134951a4c9f3c995fd7be05f3243f8ecd65d798",
583 "type": "github" 605 "type": "github"
584 }, 606 },
585 "original": { 607 "original": {
586 "owner": "NixOS", 608 "owner": "NixOS",
587 "ref": "nixos-22.11", 609 "ref": "nixos-24.05",
588 "repo": "nixpkgs", 610 "repo": "nixpkgs",
589 "type": "github" 611 "type": "github"
590 } 612 }