return to upstream

This commit is contained in:
Emile Clark-Boman 2026-01-16 11:10:53 +10:00
parent 38587a327d
commit 839b80f940
2 changed files with 22 additions and 16 deletions

30
flake.lock generated
View file

@ -43,14 +43,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1768521445, "lastModified": 1768525804,
"narHash": "sha256-gluJUJKtd0Gch5Li6TNw9xYU1iFYSVDd8++qYwdajlY=", "narHash": "sha256-jlpNb7Utqfdq2HESAB1mtddWHOsxKlTjPiLFRLd35r8=",
"path": "/home/me/agribit/nexus/mix", "owner": "emilelcb",
"type": "path" "repo": "mix",
"rev": "617d8915a6518a3d4e375b87c50ae34d9daee6c6",
"type": "github"
}, },
"original": { "original": {
"path": "/home/me/agribit/nexus/mix", "owner": "emilelcb",
"type": "path" "repo": "mix",
"type": "github"
} }
}, },
"nib": { "nib": {
@ -60,14 +63,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1768520505, "lastModified": 1768472076,
"narHash": "sha256-W5O2JzaMONE8NrDRL1XpQn0XEgZkfrozTs6Wv9yMJAk=", "narHash": "sha256-bdVRCDy6oJx/CZiyxkke783FgtBW//wDuOAITUsQcNc=",
"path": "/home/me/agribit/nexus/nib", "owner": "emilelcb",
"type": "path" "repo": "nib",
"rev": "42ac66dfc180a13af1cc8850397db66ec5556991",
"type": "github"
}, },
"original": { "original": {
"path": "/home/me/agribit/nexus/nib", "owner": "emilelcb",
"type": "path" "repo": "nib",
"type": "github"
} }
}, },
"nixpkgs": { "nixpkgs": {

View file

@ -21,14 +21,14 @@
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"; # url = "/home/me/agribit/nexus/nib";
inputs.systems.follows = "systems"; inputs.systems.follows = "systems";
}; };
mix = { mix = {
# url = "github:emilelcb/mix"; url = "github:emilelcb/mix";
url = "/home/me/agribit/nexus/mix"; # url = "/home/me/agribit/nexus/mix";
inputs.nib.follows = "nib"; inputs.nib.follows = "nib";
}; };