Closed kwaa closed 4 months ago
cc @Nutomic
I'm unsure what the CI failed for.
I dont use nix so I wouldnt be able to maintain this. Anyway its a completely standard Rust project, why would you need some special config as part of the repo?
I dont use nix so I wouldnt be able to maintain this. Anyway its a completely standard Rust project, why would you need some special config as part of the repo?
I'm using NixOS and need devShell to get the rust-analyzer
to work properly on VSCode. (https://github.com/LemmyNet/activitypub-federation-rust/pull/115/files#diff-206b9ce276ab5971a2489d75eb1b12999d4bf3843b7988cbe8d687cfde61dea0R31)
It's a simple stable toolchain that doesn't require much maintenance.
Alternatively, it might be possible to add flake.{nix,lock}
and .envrc
to .gitignores
so that I can open PR without committing those files.
Yes I prefer adjusting gitignore.
Yes I prefer adjusting gitignore.
Okay, I've updated PR.
Thanks, but please put some comments what these gitignore lines are for. The CI failure is not yours, a test is trying to connect to a broken server. Gonna fix it soon.
Thanks, but please put some comments what these gitignore lines are for.
done
Thanks!
Set up a minimal devShell. (flake + nix-direnv)This applies to everyone who uses thenix
package manager and facilitates my next (possible) contribution. (https://github.com/importantimport/hatsu/issues/50)Update .gitignore to ignore nix flake files.