DEBUG: use local flakes
This commit is contained in:
parent
4b6b7a31a4
commit
ccf9fbebc9
2 changed files with 8 additions and 6 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -38,8 +38,8 @@
|
||||||
},
|
},
|
||||||
"mix": {
|
"mix": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1768446394,
|
"lastModified": 1768446523,
|
||||||
"narHash": "sha256-3mDswdUKnDSY571nstThXDSZG5wB4agkiOuJUV4YKgM=",
|
"narHash": "sha256-qnCAzSd9Mx2vTgoDDN8YaIfzebjbBffbqaPG+G97dWM=",
|
||||||
"path": "/home/me/agribit/nexus/mix",
|
"path": "/home/me/agribit/nexus/mix",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
|
|
@ -55,8 +55,8 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1768446390,
|
"lastModified": 1768446552,
|
||||||
"narHash": "sha256-Cp8dd4A3HsXUYCaQqCqb+VKwUdK0FAe8HyibVqZV/pA=",
|
"narHash": "sha256-2SrC9Jw/SytCT0mOjdu/u3F/DW0AUlBRWgHQ5rRWdKY=",
|
||||||
"path": "/home/me/agribit/nexus/nib",
|
"path": "/home/me/agribit/nexus/nib",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -21,11 +21,13 @@
|
||||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
nib = {
|
nib = {
|
||||||
url = "github:emilelcb/nib";
|
# url = "github:emilelcb/nib";
|
||||||
|
url = "/home/me/agribit/nexus/nib";
|
||||||
inputs.systems.follows = "systems";
|
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";
|
deploy-rs.url = "github:serokell/deploy-rs";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue