pin version to common
This commit is contained in:
parent
0f2b6ca253
commit
ca60f182e3
2 changed files with 14 additions and 8 deletions
18
hosts/h001/flake.lock
generated
18
hosts/h001/flake.lock
generated
|
|
@ -27,14 +27,20 @@
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"path": "../../flakes/common",
|
"dir": "flakes/common",
|
||||||
"type": "path"
|
"lastModified": 1762474273,
|
||||||
|
"narHash": "sha256-3zV7GnBNLfIegXGKcnT1B/gFa9EAFsOTvNyDTMBhFJ4=",
|
||||||
|
"ref": "refs/heads/master",
|
||||||
|
"rev": "82a3c325cff4642aab57489f7e4cd53d4b0a5179",
|
||||||
|
"revCount": 760,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "../../flakes/common",
|
"dir": "flakes/common",
|
||||||
"type": "path"
|
"type": "git",
|
||||||
},
|
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||||
"parent": []
|
}
|
||||||
},
|
},
|
||||||
"crane": {
|
"crane": {
|
||||||
"locked": {
|
"locked": {
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,8 @@
|
||||||
pinchflat-nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
pinchflat-nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
# Use relative to get current version for testin
|
# Use relative to get current version for testin
|
||||||
common.url = "path:../../flakes/common";
|
# common.url = "path:../../flakes/common";
|
||||||
# common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common";
|
common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common";
|
||||||
# secrets.url = "path:../../flakes/secrets";
|
# secrets.url = "path:../../flakes/secrets";
|
||||||
secrets.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/secrets";
|
secrets.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/secrets";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue