steam login

This commit is contained in:
Robin Appelman 2023-04-09 15:33:31 +02:00
commit fc5cd1d24f
12 changed files with 926 additions and 70 deletions

View file

@ -19,6 +19,8 @@
in rec {
# `nix develop`
devShell = pkgs.mkShell {
OPENSSL_NO_VENDOR = 1;
nativeBuildInputs = with pkgs; [
cargo
bacon
@ -27,6 +29,8 @@
clippy
cargo-audit
cargo-watch
pkg-config
openssl
];
};
});