sysadmin: remove pwru, does not build on latest nixpkgs

This commit is contained in:
Pierre Bourdon 2024-07-09 00:44:52 +02:00
parent 2ebb0e82e8
commit 61e8048445
Signed by untrusted user: delroth
GPG key ID: 6FB80DCD84DA0F1C

View file

@ -22,6 +22,6 @@ in
ncdu
# Useful to invoke `coredumpctl gdb`
gdb
] ++ lib.optional (lib.hasAttr "pwru" pkgs) pkgs.pwru;
];
};
}