bonfire/templates/rust
L-Nafaryus 008b4ad3a4
Some checks failed
nix / check (push) Failing after 31s
flake: reformat all
new: packages: bonvim, nixvim configuration of neovim
remove: config: hyprland -> declarative
remove: config: nvim
nixosModules: structure with categories
new: configurations: concept of preconfigured modules
catarina: disable papermc server
catarina: hydra server
flake: hydraJobs outputs
2024-07-08 15:07:24 +05:00
..
src new: templates: basic rust example 2023-12-15 16:08:32 +05:00
.gitignore new: templates: basic rust example 2023-12-15 16:08:32 +05:00
Cargo.lock new: templates: basic rust example 2023-12-15 16:08:32 +05:00
Cargo.toml new: templates: basic rust example 2023-12-15 16:08:32 +05:00
flake.nix flake: reformat all 2024-07-08 15:07:24 +05:00
README.md new: templates: basic rust example 2023-12-15 16:08:32 +05:00

Basic Rust Example

  • Creating/updating Cargo.lock
touch Cargo.lock
nix develop
cargo check