pin common flake input
This commit is contained in:
parent
b7330b4c09
commit
e5361f6fc2
2 changed files with 14 additions and 8 deletions
18
hosts/h001/flake.lock
generated
18
hosts/h001/flake.lock
generated
|
|
@ -79,14 +79,20 @@
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"path": "../../flakes/common",
|
"dir": "flakes/common",
|
||||||
"type": "path"
|
"lastModified": 1765212935,
|
||||||
|
"narHash": "sha256-hz9fjZN7A5Qyvu4Dkha1f3K0KhJQxLQnJTuDcB4/S14=",
|
||||||
|
"ref": "refs/heads/master",
|
||||||
|
"rev": "b7330b4c09e7f62e83ea30959dab5c2230041847",
|
||||||
|
"revCount": 861,
|
||||||
|
"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": {
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,8 @@
|
||||||
n8n-nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
n8n-nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
# Use relative to get current version for testing
|
# Use relative to get current version for testing
|
||||||
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";
|
||||||
# beszel.url = "path:../../flakes/beszel";
|
# beszel.url = "path:../../flakes/beszel";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue