Got upower connection to compile, at least

This commit is contained in:
2022-05-03 20:00:12 +02:00
parent 6629cc6058
commit 048d3dd700
3 changed files with 129 additions and 98 deletions

View File

@@ -3,6 +3,11 @@
pkgs.mkShell {
buildInputs = with pkgs; [
libxkbcommon
cargo
rust-analyzer
rustc
rustfmt
cargo-fmt
# keep this line if you use bash
bashInteractive
];