mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
added devenv
This commit is contained in:
parent
7499da9b92
commit
eb6493192f
3 changed files with 23 additions and 6 deletions
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue