fix issues
This commit is contained in:
parent
f8f93a97dc
commit
f83697c726
4 changed files with 51 additions and 50 deletions
42
hosts/juni/flake.lock
generated
42
hosts/juni/flake.lock
generated
|
|
@ -6,11 +6,11 @@
|
|||
},
|
||||
"locked": {
|
||||
"dir": "flakes/beszel",
|
||||
"lastModified": 1767737541,
|
||||
"narHash": "sha256-7e8xFdNxTJpP8X85gJ/l5czveU3qKw8VUK889BYHsP8=",
|
||||
"lastModified": 1767743368,
|
||||
"narHash": "sha256-mdCzyG8OHo7XNaqN9fKQjoZO8/w6/grgisexOsUcrKI=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "abf8f5381d683a3968239206d69b0a5ad6852799",
|
||||
"revCount": 1078,
|
||||
"rev": "c223dedb701601f1b19e1c347396d19ca7aeb418",
|
||||
"revCount": 1086,
|
||||
"type": "git",
|
||||
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||
},
|
||||
|
|
@ -38,20 +38,14 @@
|
|||
},
|
||||
"common": {
|
||||
"locked": {
|
||||
"dir": "flakes/common",
|
||||
"lastModified": 1767737953,
|
||||
"narHash": "sha256-rHqjhsGc8iInvJ7tw3jqS6H3U0Z6TTYU6fMyiErNnNs=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "8cd92aaba4d4db2d605f597eb68f501b9069efee",
|
||||
"revCount": 1080,
|
||||
"type": "git",
|
||||
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||
"path": "../../flakes/common",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
"dir": "flakes/common",
|
||||
"type": "git",
|
||||
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||
}
|
||||
"path": "../../flakes/common",
|
||||
"type": "path"
|
||||
},
|
||||
"parent": []
|
||||
},
|
||||
"de_plasma": {
|
||||
"inputs": {
|
||||
|
|
@ -73,11 +67,11 @@
|
|||
},
|
||||
"locked": {
|
||||
"dir": "flakes/flatpaks",
|
||||
"lastModified": 1767737541,
|
||||
"narHash": "sha256-7e8xFdNxTJpP8X85gJ/l5czveU3qKw8VUK889BYHsP8=",
|
||||
"lastModified": 1767743368,
|
||||
"narHash": "sha256-mdCzyG8OHo7XNaqN9fKQjoZO8/w6/grgisexOsUcrKI=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "abf8f5381d683a3968239206d69b0a5ad6852799",
|
||||
"revCount": 1078,
|
||||
"rev": "c223dedb701601f1b19e1c347396d19ca7aeb418",
|
||||
"revCount": 1086,
|
||||
"type": "git",
|
||||
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||
},
|
||||
|
|
@ -1141,11 +1135,11 @@
|
|||
},
|
||||
"locked": {
|
||||
"dir": "flakes/opencode",
|
||||
"lastModified": 1767737541,
|
||||
"narHash": "sha256-7e8xFdNxTJpP8X85gJ/l5czveU3qKw8VUK889BYHsP8=",
|
||||
"lastModified": 1767743368,
|
||||
"narHash": "sha256-mdCzyG8OHo7XNaqN9fKQjoZO8/w6/grgisexOsUcrKI=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "abf8f5381d683a3968239206d69b0a5ad6852799",
|
||||
"revCount": 1078,
|
||||
"rev": "c223dedb701601f1b19e1c347396d19ca7aeb418",
|
||||
"revCount": 1086,
|
||||
"type": "git",
|
||||
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
impermanence.url = "github:nix-community/impermanence";
|
||||
|
||||
# Use relative to get current version for testin
|
||||
# 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-bao.url = "path:../../flakes/secrets-bao";
|
||||
# NOTE: using an absolute path so this works before you commit/push.
|
||||
# After you add `flakes/secrets-bao` to the repo, switch to a git URL like your other flakes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue