add devenv

This commit is contained in:
Julian Mutter 2025-02-28 19:08:41 +01:00
parent 8e64d3f8db
commit 1921df8330
2 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,7 @@ in
conda
micromamba # a better, faster conda
devcontainer # development container
devenv # devbox alternative
dbeaver-bin
devbox # dev environments using nix
distrobox # run commands inside docker containers

View File

@ -48,6 +48,8 @@ in
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"binarycache.julian-mutter.de:oJ67uRFwRhNPKL58CHzy3QQLv38Kx7OA1K+6xlEPu7E="
];
trusted-users = [ "@wheel" ]; # needed for devenv to add custom caches
};
nix.gc = {