pin oren to latest and update to 25.11

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-02 18:52:29 -06:00
parent 142ffff439
commit e79dc1a8c7
2 changed files with 28 additions and 16 deletions

36
hosts/oren/flake.lock generated
View file

@ -100,14 +100,20 @@
},
"common": {
"locked": {
"path": "../../flakes/common",
"type": "path"
"dir": "flakes/common",
"lastModified": 1764723102,
"narHash": "sha256-r/7YCPpMysTC5ihE/k0hDzKnqc6Q/I1RifQQUwhmajM=",
"ref": "refs/heads/master",
"rev": "142ffff43950bcba13214bd8f96e83f0a5d9ad3c",
"revCount": 833,
"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": {
@ -336,14 +342,20 @@
"hyprland": "hyprland_2"
},
"locked": {
"path": "../../flakes/hyprland",
"type": "path"
"dir": "flakes/hyprland",
"lastModified": 1764723102,
"narHash": "sha256-r/7YCPpMysTC5ihE/k0hDzKnqc6Q/I1RifQQUwhmajM=",
"ref": "refs/heads/master",
"rev": "142ffff43950bcba13214bd8f96e83f0a5d9ad3c",
"revCount": 833,
"type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
},
"original": {
"path": "../../flakes/hyprland",
"type": "path"
},
"parent": []
"dir": "flakes/hyprland",
"type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
}
},
"hyprland-guiutils": {
"inputs": {

View file

@ -4,14 +4,14 @@
home-manager.url = "github:rycee/home-manager/release-25.11";
# 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.url = "path:../../flakes/secrets";
secrets.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/secrets";
# flatpaks.url = "path:../../flakes/flatpaks";
flatpaks.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/flatpaks";
hyprland.url = "path:../../flakes/hyprland";
# hyprland.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/hyprland";
# hyprland.url = "path:../../flakes/hyprland";
hyprland.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/hyprland";
# beszel.url = "path:../../flakes/beszel";
beszel.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/beszel";