From 4d1de57df5800879e7fcfcc38e5a10f0c1b993d7 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 24 May 2017 02:32:39 +0200 Subject: {lass,makefu}: fix path to simple pkgs --- makefu/1systems/iso.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefu/1systems') 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 ; systemd.services.sshd.wantedBy = lib.mkForce [ "multi-user.target" ]; # hack `tee` behavior nixpkgs.config.packageOverrides = super: { - irc-announce = super.callPackage { + irc-announce = super.callPackage { pkgs = pkgs // { coreutils = pkgs.concat "coreutils-hack" [ pkgs.coreutils (pkgs.writeDashBin "tee" '' -- cgit v1.2.3