fixed using a wrong coreutils package

This commit is contained in:
Ingolf Wagner 2022-05-25 19:39:51 +02:00
parent df1f9025ea
commit cf55fee933
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -2,7 +2,7 @@
self: super: self: super:
let callPackage = super.lib.callPackageWith super; let callPackage = super.pkgs.callPackage;
in { in {