aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrim Bresilla2024-12-03 02:25:46 +0100
committerlukeflo2024-12-23 21:03:19 +0100
commitbeb276008bec86537234c3d7a697b7bda02341e2 (patch)
treec9052ab3e6800b8125f7e02449d8109f2dd03c6d
parent98deb23810ba4142082f82939f25d44d3094a34f (diff)
downloadbibiman-beb276008bec86537234c3d7a697b7bda02341e2.tar.gz
bibiman-beb276008bec86537234c3d7a697b7bda02341e2.zip
chore: remove unnecessary backup configuration files
- Remove the backup configuration file for devbox
-rw-r--r--devbox.json.back26
-rw-r--r--devbox.lock4
2 files changed, 0 insertions, 30 deletions
diff --git a/devbox.json.back b/devbox.json.back
deleted file mode 100644
index ff6dc1e..0000000
--- a/devbox.json.back
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "packages": [
- "rustup@latest",
- "libiconv@latest",
- "openssl@latest"
- ],
- "shell": {
- "init_hook": [
- "projectDir=$PWD/.devbox",
- "echo $projectDir",
- "rustupHomeDir=\"$projectDir\"/.rustup",
- "mkdir -p $rustupHomeDir",
- "export RUSTUP_HOME=$rustupHomeDir",
- "export LIBRARY_PATH=$LIBRARY_PATH:\"$projectDir/nix/profile/default/lib\"",
- "rustup default stable",
- "rustup component add rust-src",
- "rustup component add rust-analyzer",
- "cargo fetch"
- ],
- "scripts": {
- "test": "cargo test -- --show-output",
- "start": "cargo run",
- "build-docs": "cargo doc"
- }
- }
-}
diff --git a/devbox.lock b/devbox.lock
deleted file mode 100644
index 4206f37..0000000
--- a/devbox.lock
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "lockfile_version": "1",
- "packages": {}
-}