aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-03-24 07:35:40 +0000
committerAkshay <[email protected]>2021-03-24 07:35:40 +0000
commitccb17fedaa4587879778e250c8adaf847d71fd90 (patch)
tree3161c80bbb499ed0d00cc07fc9d023a57de1fc36 /flake.nix
parent05c6f24c0b371a465a8735cfd1ac17c0394363cb (diff)
logging stuff
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index cd4d18a..062299a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -50,6 +50,7 @@
50 pkgs.SDL2_ttf 50 pkgs.SDL2_ttf
51 ]; 51 ];
52 RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; 52 RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
53 RUST_LOG="info";
53 }; 54 };
54 }); 55 });
55 } 56 }