add devspace (#1173)

This commit is contained in:
acelinkio
2025-11-28 11:52:10 -08:00
committed by GitHub
parent e7d9002156
commit 2ef26e5d02
8 changed files with 159 additions and 0 deletions
+4
View File
@@ -10,6 +10,10 @@ pkgs.mkShell {
(import ./transcoder/shell.nix {inherit pkgs;})
];
packages = [
pkgs.devspace
];
# env vars aren't inherited from the `inputsFrom`
SHARP_FORCE_GLOBAL_LIBVIPS = 1;
UV_PYTHON_PREFERENCE = "only-system";