diff --git a/flake.nix b/flake.nix index 301fd70..2968238 100644 --- a/flake.nix +++ b/flake.nix @@ -49,8 +49,11 @@ ]; # For rust-analyzer RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; + + # Amethyst codename + AMETHYST_CODENAME = "Nixilicious"; }; formatter = pkgs.alejandra; }); -} +} \ No newline at end of file