summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/iso.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/1systems/iso.nix')
-rw-r--r--makefu/1systems/iso.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/1systems/iso.nix b/makefu/1systems/iso.nix
index ee1046f7..1e4f9c55 100644
--- a/makefu/1systems/iso.nix
+++ b/makefu/1systems/iso.nix
@@ -31,7 +31,7 @@ with import <stockholm/lib>;
systemd.services.sshd.wantedBy = lib.mkForce [ "multi-user.target" ];
# hack `tee` behavior
nixpkgs.config.packageOverrides = super: {
- irc-announce = super.callPackage <stockholm/krebs/5pkgs/irc-announce> {
+ irc-announce = super.callPackage <stockholm/krebs/5pkgs/simple/irc-announce> {
pkgs = pkgs // { coreutils = pkgs.concat "coreutils-hack" [
pkgs.coreutils
(pkgs.writeDashBin "tee" ''