From 52c04697f3c4a35846e3e5026926b8b7451641db Mon Sep 17 00:00:00 2001 From: _cry64 Date: Fri, 16 Jan 2026 11:10:53 +1000 Subject: [PATCH] return to upstream --- flake.lock | 30 ++++++++++++++++++------------ flake.nix | 8 ++++---- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/flake.lock b/flake.lock index 9305adb..e9a0074 100644 --- a/flake.lock +++ b/flake.lock @@ -43,14 +43,17 @@ ] }, "locked": { - "lastModified": 1768521445, - "narHash": "sha256-gluJUJKtd0Gch5Li6TNw9xYU1iFYSVDd8++qYwdajlY=", - "path": "/home/me/agribit/nexus/mix", - "type": "path" + "lastModified": 1768525804, + "narHash": "sha256-jlpNb7Utqfdq2HESAB1mtddWHOsxKlTjPiLFRLd35r8=", + "owner": "emilelcb", + "repo": "mix", + "rev": "617d8915a6518a3d4e375b87c50ae34d9daee6c6", + "type": "github" }, "original": { - "path": "/home/me/agribit/nexus/mix", - "type": "path" + "owner": "emilelcb", + "repo": "mix", + "type": "github" } }, "nib": { @@ -60,14 +63,17 @@ ] }, "locked": { - "lastModified": 1768520505, - "narHash": "sha256-W5O2JzaMONE8NrDRL1XpQn0XEgZkfrozTs6Wv9yMJAk=", - "path": "/home/me/agribit/nexus/nib", - "type": "path" + "lastModified": 1768472076, + "narHash": "sha256-bdVRCDy6oJx/CZiyxkke783FgtBW//wDuOAITUsQcNc=", + "owner": "emilelcb", + "repo": "nib", + "rev": "42ac66dfc180a13af1cc8850397db66ec5556991", + "type": "github" }, "original": { - "path": "/home/me/agribit/nexus/nib", - "type": "path" + "owner": "emilelcb", + "repo": "nib", + "type": "github" } }, "nixpkgs": { diff --git a/flake.nix b/flake.nix index fc9e7ea..b31ea1d 100644 --- a/flake.nix +++ b/flake.nix @@ -21,14 +21,14 @@ nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nib = { - # url = "github:emilelcb/nib"; - url = "/home/me/agribit/nexus/nib"; + url = "github:emilelcb/nib"; + # url = "/home/me/agribit/nexus/nib"; inputs.systems.follows = "systems"; }; mix = { - # url = "github:emilelcb/mix"; - url = "/home/me/agribit/nexus/mix"; + url = "github:emilelcb/mix"; + # url = "/home/me/agribit/nexus/mix"; inputs.nib.follows = "nib"; };