aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-02-14 00:47:45 -0800
committerMark Nipper <nipsy@bitgnome.net>2026-02-14 00:47:45 -0800
commit05c5ce1bfe4eec9f91ce51f00a5032ad57d4b293 (patch)
tree1a3129d4175bda334a6089b3f667405e84937541
parentb318b7d54726940ef782d1120c6d3e46671ae024 (diff)
downloadnix-05c5ce1bfe4eec9f91ce51f00a5032ad57d4b293.tar
nix-05c5ce1bfe4eec9f91ce51f00a5032ad57d4b293.tar.gz
nix-05c5ce1bfe4eec9f91ce51f00a5032ad57d4b293.tar.bz2
nix-05c5ce1bfe4eec9f91ce51f00a5032ad57d4b293.tar.lz
nix-05c5ce1bfe4eec9f91ce51f00a5032ad57d4b293.tar.xz
nix-05c5ce1bfe4eec9f91ce51f00a5032ad57d4b293.tar.zst
nix-05c5ce1bfe4eec9f91ce51f00a5032ad57d4b293.zip
Revert wee-slack to unstable branch
Diffstat (limited to '')
-rw-r--r--hosts/common/optional/misc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/optional/misc.nix b/hosts/common/optional/misc.nix
index 52c47af..a784324 100644
--- a/hosts/common/optional/misc.nix
+++ b/hosts/common/optional/misc.nix
@@ -33,7 +33,7 @@
(perl.withPackages(p: [ p.PodParser ]))
] ++ [ python ];
scripts = [
- pkgs.master.weechatScripts.wee-slack
+ pkgs.weechatScripts.wee-slack
];
};
})