aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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 19aa50a..cd4d18a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -47,6 +47,7 @@
47 pkgs.rust-analyzer 47 pkgs.rust-analyzer
48 pkgs.cargo 48 pkgs.cargo
49 pkgs.SDL2 49 pkgs.SDL2
50 pkgs.SDL2_ttf
50 ]; 51 ];
51 RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; 52 RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
52 }; 53 };