pin lio to common latest
This commit is contained in:
parent
f3189e056f
commit
6d36212555
2 changed files with 14 additions and 8 deletions
18
hosts/lio/flake.lock
generated
18
hosts/lio/flake.lock
generated
|
|
@ -27,14 +27,20 @@
|
|||
},
|
||||
"common": {
|
||||
"locked": {
|
||||
"path": "../../flakes/common",
|
||||
"type": "path"
|
||||
"dir": "flakes/common",
|
||||
"lastModified": 1762966688,
|
||||
"narHash": "sha256-a+mbYeRAlbcRBvgabeGKUTDKaEV66S7sOrKkoJboMI8=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "f3189e056f0e2f66abb9b1c245084278081e782a",
|
||||
"revCount": 776,
|
||||
"type": "git",
|
||||
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||
},
|
||||
"original": {
|
||||
"path": "../../flakes/common",
|
||||
"type": "path"
|
||||
},
|
||||
"parent": []
|
||||
"dir": "flakes/common",
|
||||
"type": "git",
|
||||
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||
}
|
||||
},
|
||||
"crane": {
|
||||
"locked": {
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
# Use relative to get current version for testing
|
||||
common.url = "path:../../flakes/common";
|
||||
# common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common";
|
||||
# common.url = "path:../../flakes/common";
|
||||
common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common";
|
||||
# secrets.url = "path:../../flakes/secrets";
|
||||
secrets.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/secrets";
|
||||
# flatpaks.url = "path:../../flakes/flatpaks";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue