summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 986c9ac..b24daab 100644
--- a/flake.nix
+++ b/flake.nix
@@ -44,6 +44,9 @@
inherit native wasm;
st = inputs.st.packages.x86_64-linux.st;
};
- devShells.${system}.default = inputs.teleia.shell;
+ devShells.${system}.default = inputs.teleia.shell.overrideAttrs (final: prev: {
+ buildInputs = prev.buildInputs ++ [
+ ];
+ });
};
}