From 1e78d45ba88ed9c7c1f4885a6ca26c580bf1d0c4 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Fri, 13 Feb 2026 13:10:51 +1000 Subject: [PATCH] progress flake to latest upstreams --- flake.lock | 30 ++++++++++++++++++------------ flake.nix | 8 ++++---- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/flake.lock b/flake.lock index 912db39..f2657e6 100644 --- a/flake.lock +++ b/flake.lock @@ -17,14 +17,17 @@ ] }, "locked": { - "lastModified": 1770938216, - "narHash": "sha256-BSsm9Lsqk0Rv5bk0jknms1+RPnfDiHk8m2IZ4BeoDIw=", - "path": "/home/me/agribit/nexus/Cerulean", - "type": "path" + "lastModified": 1770950478, + "narHash": "sha256-y83gbdVEQheIYUvD8rzQcidLN0tcGCGq5b2TWQRjr4c=", + "owner": "cry128", + "repo": "Cerulean", + "rev": "5397bf5efcb1a047612a6e919bc2aad87ba9bb40", + "type": "github" }, "original": { - "path": "/home/me/agribit/nexus/Cerulean", - "type": "path" + "owner": "cry128", + "repo": "Cerulean", + "type": "github" } }, "deploy-rs": { @@ -354,14 +357,17 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1770920652, - "narHash": "sha256-GkHYl2+lQ4go7jSHheIfjRdRVVvjl3LysdVNxWXcoec=", - "path": "/home/me/agribit/nexus/nt", - "type": "path" + "lastModified": 1770950436, + "narHash": "sha256-+h5jrsIJBea5P+rAk4OqUpScqnHYQTvCRUhgGv/MX34=", + "owner": "cry128", + "repo": "nt", + "rev": "8725f5079f8f27b3faafeff90e5fc075d55e7d0a", + "type": "github" }, "original": { - "path": "/home/me/agribit/nexus/nt", - "type": "path" + "owner": "cry128", + "repo": "nt", + "type": "github" } }, "root": { diff --git a/flake.nix b/flake.nix index c833943..238f561 100644 --- a/flake.nix +++ b/flake.nix @@ -12,12 +12,12 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - # nt.url = "github:emilelcb/nt"; - nt.url = "/home/me/agribit/nexus/nt"; + nt.url = "github:cry128/nt"; + # nt.url = "/home/me/cry/mk/nt"; cerulean = { - # url = "github:emilelcb/Cerulean"; - url = "/home/me/agribit/nexus/Cerulean"; + url = "github:cry128/Cerulean"; + # url = "/home/me/cry/mk/Cerulean"; inputs = { systems.follows = "systems"; nixpkgs.follows = "nixpkgs";