From cf55fee9338a1cf6760651eebcdd040a5454d4fa Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 25 May 2022 19:39:51 +0200 Subject: [PATCH] fixed using a wrong coreutils package --- nixos/pkgs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/pkgs/default.nix b/nixos/pkgs/default.nix index 1e0a006..9884235 100644 --- a/nixos/pkgs/default.nix +++ b/nixos/pkgs/default.nix @@ -2,7 +2,7 @@ self: super: -let callPackage = super.lib.callPackageWith super; +let callPackage = super.pkgs.callPackage; in {