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": { "common": {
"locked": { "locked": {
"path": "../../flakes/common", "dir": "flakes/common",
"type": "path" "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": { "original": {
"path": "../../flakes/common", "dir": "flakes/common",
"type": "path" "type": "git",
}, "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
"parent": [] }
}, },
"crane": { "crane": {
"locked": { "locked": {
@ -336,14 +342,20 @@
"hyprland": "hyprland_2" "hyprland": "hyprland_2"
}, },
"locked": { "locked": {
"path": "../../flakes/hyprland", "dir": "flakes/hyprland",
"type": "path" "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": { "original": {
"path": "../../flakes/hyprland", "dir": "flakes/hyprland",
"type": "path" "type": "git",
}, "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
"parent": [] }
}, },
"hyprland-guiutils": { "hyprland-guiutils": {
"inputs": { "inputs": {

View file

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