made a full cover of the computer virus #salinewin, too long to post here, so hosting it for the meantime on https://gobbe.neocities.org/saline
| hem | https://gobbe.neocities.org |
#hp #compaq #windows
it says in system info that the model is
"hp compaq 4000 pro small form factor pc", or that's at least what hp says it is, but I can't find any "ethernet controller" drivers there (https://support.hp.com/us-en/drivers/closure/hp-compaq-4000-pro-small-form-factor-pc/5037888), and device specs say it can do ethernet
also visited some support page where some guy asked for help regarding this exact issue, but the "solution" was just a dead link :(
would greatly appreciate any help, otherwise just a lil rant abt windows bad longevity n stuffs :P
#bevy #nixos #rustlang #kate
Here's the bevy rust nixos devshell that worked for me, if you're interested d:
```shell.nix
// stuff before buildinputs
buildInputs = [
cargo rustc rustfmt pre-commit rustPackages.clippy
udev alsa-lib vulkan-loader libudev-zero pkg-config
xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr # To use the x11 feature
libxkbcommon wayland # To use the wayland feature
];
//stuff after buildinputs
```