From 0321be73372697046d57910822de4003d07d08cd Mon Sep 17 00:00:00 2001 From: _cry64 Date: Thu, 15 Jan 2026 13:10:18 +1000 Subject: [PATCH] DEBUG: use local flakes --- flake.lock | 8 ++++---- flake.nix | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 9271e7a..a38a1aa 100644 --- a/flake.lock +++ b/flake.lock @@ -38,8 +38,8 @@ }, "mix": { "locked": { - "lastModified": 1768446394, - "narHash": "sha256-3mDswdUKnDSY571nstThXDSZG5wB4agkiOuJUV4YKgM=", + "lastModified": 1768446523, + "narHash": "sha256-qnCAzSd9Mx2vTgoDDN8YaIfzebjbBffbqaPG+G97dWM=", "path": "/home/me/agribit/nexus/mix", "type": "path" }, @@ -55,8 +55,8 @@ ] }, "locked": { - "lastModified": 1768446390, - "narHash": "sha256-Cp8dd4A3HsXUYCaQqCqb+VKwUdK0FAe8HyibVqZV/pA=", + "lastModified": 1768446552, + "narHash": "sha256-2SrC9Jw/SytCT0mOjdu/u3F/DW0AUlBRWgHQ5rRWdKY=", "path": "/home/me/agribit/nexus/nib", "type": "path" }, diff --git a/flake.nix b/flake.nix index 6de0367..7e341d2 100644 --- a/flake.nix +++ b/flake.nix @@ -21,11 +21,13 @@ nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nib = { - url = "github:emilelcb/nib"; + # url = "github:emilelcb/nib"; + url = "/home/me/agribit/nexus/nib"; inputs.systems.follows = "systems"; }; - mix.url = "github:emilelcb/mix"; + # mix.url = "github:emilelcb/mix"; + mix.url = "/home/me/agribit/nexus/mix"; deploy-rs.url = "github:serokell/deploy-rs"; };