From beb276008bec86537234c3d7a697b7bda02341e2 Mon Sep 17 00:00:00 2001 From: Trim Bresilla Date: Tue, 3 Dec 2024 02:25:46 +0100 Subject: chore: remove unnecessary backup configuration files - Remove the backup configuration file for devbox --- devbox.json.back | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 devbox.json.back (limited to 'devbox.json.back') 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" - } - } -} -- cgit v1.2.3