forked from the-distro/infra
sysadmin: remove pwru, does not build on latest nixpkgs
This commit is contained in:
parent
2ebb0e82e8
commit
61e8048445
|
@ -22,6 +22,6 @@ in
|
||||||
ncdu
|
ncdu
|
||||||
# Useful to invoke `coredumpctl gdb`
|
# Useful to invoke `coredumpctl gdb`
|
||||||
gdb
|
gdb
|
||||||
] ++ lib.optional (lib.hasAttr "pwru" pkgs) pkgs.pwru;
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue