Skip to content

Commit

Permalink
pkgs and start code update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xgleb committed Sep 27, 2024
1 parent 91ec6f0 commit 9034eb3
Show file tree
Hide file tree
Showing 9 changed files with 466 additions and 185 deletions.
2 changes: 0 additions & 2 deletions .env

This file was deleted.

2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ watch_file .env
watch_file flake.lock
watch_file flake.nix

if ! use flake . --impure --verbose --show-trace
if ! use flake . --impure --show-trace
then
echo "devenv could not be built. The devenv environment was not loaded. Make the necessary changes to devenv.nix and hit enter to try again." >&2
fi
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
.direnv
.pre-commit-config.yaml


# Rust
/target

# Misc
.env
*.local
219 changes: 185 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[package]
name = "rust-cfg"
name = "rust-nix"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.4.13", features = ["derive", "env"] }
hex = "0.4.3"
clap = { version = "4.5.18", features = ["derive", "env"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
Loading

0 comments on commit 9034eb3

Please sign in to comment.