diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index a883414..e64a945 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ buildInputs = buildInputsFor pkgs; - nativeBuildInputs = with pkgs; [ autoPatchelfHook ]; + nativeBuildInputs = with pkgs; [ autoPatchelfHook glslang ]; }).overrideAttrs { # This needs to apply only to the top-level derivation, not to the # dependencies. @@ -61,6 +61,7 @@ cargo rustc vulkan-tools + glslang ] ++ buildInputsFor pkgs; # This makes cargo run work; mind that you don't let it mask a |