fixed using a wrong coreutils package
This commit is contained in:
parent
df1f9025ea
commit
cf55fee933
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
self: super:
|
self: super:
|
||||||
|
|
||||||
let callPackage = super.lib.callPackageWith super;
|
let callPackage = super.pkgs.callPackage;
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue