progress flake to latest upstreams
This commit is contained in:
parent
e991a0611c
commit
1e78d45ba8
2 changed files with 22 additions and 16 deletions
30
flake.lock
generated
30
flake.lock
generated
|
|
@ -17,14 +17,17 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1770938216,
|
"lastModified": 1770950478,
|
||||||
"narHash": "sha256-BSsm9Lsqk0Rv5bk0jknms1+RPnfDiHk8m2IZ4BeoDIw=",
|
"narHash": "sha256-y83gbdVEQheIYUvD8rzQcidLN0tcGCGq5b2TWQRjr4c=",
|
||||||
"path": "/home/me/agribit/nexus/Cerulean",
|
"owner": "cry128",
|
||||||
"type": "path"
|
"repo": "Cerulean",
|
||||||
|
"rev": "5397bf5efcb1a047612a6e919bc2aad87ba9bb40",
|
||||||
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/home/me/agribit/nexus/Cerulean",
|
"owner": "cry128",
|
||||||
"type": "path"
|
"repo": "Cerulean",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"deploy-rs": {
|
"deploy-rs": {
|
||||||
|
|
@ -354,14 +357,17 @@
|
||||||
"systems": "systems_2"
|
"systems": "systems_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1770920652,
|
"lastModified": 1770950436,
|
||||||
"narHash": "sha256-GkHYl2+lQ4go7jSHheIfjRdRVVvjl3LysdVNxWXcoec=",
|
"narHash": "sha256-+h5jrsIJBea5P+rAk4OqUpScqnHYQTvCRUhgGv/MX34=",
|
||||||
"path": "/home/me/agribit/nexus/nt",
|
"owner": "cry128",
|
||||||
"type": "path"
|
"repo": "nt",
|
||||||
|
"rev": "8725f5079f8f27b3faafeff90e5fc075d55e7d0a",
|
||||||
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/home/me/agribit/nexus/nt",
|
"owner": "cry128",
|
||||||
"type": "path"
|
"repo": "nt",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
|
|
|
||||||
|
|
@ -12,12 +12,12 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
# nt.url = "github:emilelcb/nt";
|
nt.url = "github:cry128/nt";
|
||||||
nt.url = "/home/me/agribit/nexus/nt";
|
# nt.url = "/home/me/cry/mk/nt";
|
||||||
|
|
||||||
cerulean = {
|
cerulean = {
|
||||||
# url = "github:emilelcb/Cerulean";
|
url = "github:cry128/Cerulean";
|
||||||
url = "/home/me/agribit/nexus/Cerulean";
|
# url = "/home/me/cry/mk/Cerulean";
|
||||||
inputs = {
|
inputs = {
|
||||||
systems.follows = "systems";
|
systems.follows = "systems";
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue