From 64b7ea72bcc35e5ff44afc6ed93c5df7fe4ec68a Mon Sep 17 00:00:00 2001 From: Michal S Date: Sat, 17 Sep 2022 15:36:19 +0100 Subject: [PATCH] Fixed env for flake --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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