forked from DGNum/liminix
don't overlay util-linux, rename to -small
looks like it's used in bootstrapping
This commit is contained in:
parent
3459c04f64
commit
dad7c2c875
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ extraPkgs // {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
util-linux = prev.util-linux.override {
|
util-linux-small = prev.util-linux.override {
|
||||||
ncursesSupport = false;
|
ncursesSupport = false;
|
||||||
pamSupport = false;
|
pamSupport = false;
|
||||||
systemdSupport = false;
|
systemdSupport = false;
|
||||||
|
|
Loading…
Reference in a new issue