diff options
author | tv <tv@krebsco.de> | 2017-05-24 02:32:39 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-05-24 02:32:39 +0200 |
commit | 4d1de57df5800879e7fcfcc38e5a10f0c1b993d7 (patch) | |
tree | 7e3a09cbdb2c72393fa9598324daf69659495761 /lass | |
parent | e733b7e07d091593ebbe9274be0e71e541db4c06 (diff) |
{lass,makefu}: fix path to simple pkgs
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/iso.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/1systems/iso.nix b/lass/1systems/iso.nix index 30fc674bc..eaeb1991f 100644 --- a/lass/1systems/iso.nix +++ b/lass/1systems/iso.nix @@ -16,7 +16,7 @@ with import <stockholm/lib>; # /dev/pts is empty except for 1 file # my life sucks 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" '' |