added devenv

This commit is contained in:
Daniel Winkler 2025-09-01 01:27:11 +10:00
commit eb6493192f
3 changed files with 23 additions and 6 deletions

View file

@ -508,6 +508,13 @@
value = "${pkgs.initProject}/bin/initProject";
};
};
initDevenv = {
enable = true;
path = {
value = "${pkgs.devenv}/bin/devenv";
args = ["--add-flags" "init"];
};
};
updateDeps = {
enable = true;
path = {
@ -556,6 +563,7 @@
pkgs.mkShell {
name = config.defaultPackageName;
packages = [projectConfig.${system}.default];
nativeBuildInputs = with pkgs; [devenv];
inputsFrom = [];
shellHook = ''
echo ""