add btrfs-progs
This commit is contained in:
parent
049cdbb610
commit
fa9a2c6413
1 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,12 @@ extraPkgs // {
|
||||||
};
|
};
|
||||||
|
|
||||||
# keep these alphabetical
|
# keep these alphabetical
|
||||||
|
|
||||||
|
btrfs-progs = prev.btrfs-progs.override {
|
||||||
|
udevSupport = false;
|
||||||
|
udev = null;
|
||||||
|
};
|
||||||
|
|
||||||
chrony =
|
chrony =
|
||||||
let chrony' = prev.chrony.overrideAttrs(o: {
|
let chrony' = prev.chrony.overrideAttrs(o: {
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
|
Loading…
Reference in a new issue