Propagate taffybar Wayland monitor fix

This commit is contained in:
2026-06-03 16:18:13 -07:00
parent c368f98e9f
commit 7e07e768da
4 changed files with 8 additions and 8 deletions

View File

@@ -136,11 +136,11 @@
"xmonad-contrib": "xmonad-contrib"
},
"locked": {
"lastModified": 1780296593,
"narHash": "sha256-+ftQu8ySHFUyxvLso3miLPl8N0Hl3V6Iq7TorkP8s+8=",
"lastModified": 1780528245,
"narHash": "sha256-1whI87DIe3+KdQkQSl3IwpqXiVn3BEVEG2EtgkmNlN0=",
"owner": "taffybar",
"repo": "taffybar",
"rev": "2f27e31cd69c403a031e99dc7fd056b183779800",
"rev": "31578b0770b061c9a63109739776b7291de1ae9b",
"type": "github"
},
"original": {

6
nixos/flake.lock generated
View File

@@ -2100,11 +2100,11 @@
"xmonad-contrib": "xmonad-contrib"
},
"locked": {
"lastModified": 1780296593,
"narHash": "sha256-+ftQu8ySHFUyxvLso3miLPl8N0Hl3V6Iq7TorkP8s+8=",
"lastModified": 1780528245,
"narHash": "sha256-1whI87DIe3+KdQkQSl3IwpqXiVn3BEVEG2EtgkmNlN0=",
"owner": "taffybar",
"repo": "taffybar",
"rev": "2f27e31cd69c403a031e99dc7fd056b183779800",
"rev": "31578b0770b061c9a63109739776b7291de1ae9b",
"type": "github"
},
"original": {

View File

@@ -3,7 +3,7 @@ switch-trusted-public-keys := "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZP
switch *args:
case "$(/run/current-system/sw/bin/systemctl show -P ActiveState nixos-upgrade.service 2>/dev/null)" in active|activating|reloading) /run/wrappers/bin/sudo /run/current-system/sw/bin/systemctl stop nixos-upgrade.service;; esac
dotfiles_worktree="$(/run/current-system/sw/bin/readlink -f "$PWD/..")"; /run/wrappers/bin/sudo env DOTFILES_WORKTREE="$dotfiles_worktree" PATH=/run/current-system/sw/bin:/nix/var/nix/profiles/system/sw/bin:/etc/profiles/per-user/root/bin:/usr/bin:/bin /run/current-system/sw/bin/nixos-rebuild switch --flake ".#" --impure --option substituters '{{switch-substituters}}' --option trusted-public-keys '{{switch-trusted-public-keys}}' {{args}}
dotfiles_worktree="$(/run/current-system/sw/bin/readlink -f "$PWD/..")"; /run/wrappers/bin/sudo env DOTFILES_WORKTREE="$dotfiles_worktree" IMALISON_TAFFYBAR_LIVE_CHECKOUT="${IMALISON_TAFFYBAR_LIVE_CHECKOUT:-}" PATH=/run/current-system/sw/bin:/nix/var/nix/profiles/system/sw/bin:/etc/profiles/per-user/root/bin:/usr/bin:/bin /run/current-system/sw/bin/nixos-rebuild switch --flake ".#" --impure --option substituters '{{switch-substituters}}' --option trusted-public-keys '{{switch-trusted-public-keys}}' {{args}}
populate-cachix cache="colonelpanic8-dotfiles" host=`hostname` *args:
store_path="$(nix build --no-link --print-out-paths ".#nixosConfigurations.{{host}}.config.system.build.toplevel" --impure --option warn-dirty false {{args}})" && cachix push {{cache}} "$store_path"