Skip to content

Commit

Permalink
💜 Internals Overhaul (#18)
Browse files Browse the repository at this point in the history
* Bumped to `0.7.0`, removed all `Deref`s, enabled LTO

* Internals Overhaul

* Introduced Flakes integrations, updated to `vergen-git2` `1.0.0-beta.2`
  • Loading branch information
fdnt7 authored Jun 7, 2024
1 parent afa737d commit 7130fb9
Show file tree
Hide file tree
Showing 91 changed files with 3,274 additions and 6,739 deletions.
11 changes: 9 additions & 2 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
source_url "https://raw.githubusercontent.com/cachix/devenv/95f329d49a8a5289d31e0982652f7058a189bfca/direnvrc" "sha256-d+8cBpDfDBj41inrADaJt+bDWhOktwslgoP5YiGJ1v0="
if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs="
fi

use devenv
nix_direnv_watch_file flake.nix
nix_direnv_watch_file flake.lock
if ! use flake . --impure
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
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ lavalink/plugins
lavalink/Lavalink.jar

# Devenv
.devenv*
devenv.local.nix
.devenv

# direnv
.direnv
Expand Down
Loading

0 comments on commit 7130fb9

Please sign in to comment.