DEBUG: use local flakes

This commit is contained in:
do butterflies cry? 2026-01-15 13:10:18 +10:00
parent 9202fa8678
commit 0321be7337
2 changed files with 8 additions and 6 deletions

8
flake.lock generated
View file

@ -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"
},

View file

@ -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";
};