add devenv
This commit is contained in:
parent
8e64d3f8db
commit
1921df8330
@ -41,6 +41,7 @@ in
|
|||||||
conda
|
conda
|
||||||
micromamba # a better, faster conda
|
micromamba # a better, faster conda
|
||||||
devcontainer # development container
|
devcontainer # development container
|
||||||
|
devenv # devbox alternative
|
||||||
dbeaver-bin
|
dbeaver-bin
|
||||||
devbox # dev environments using nix
|
devbox # dev environments using nix
|
||||||
distrobox # run commands inside docker containers
|
distrobox # run commands inside docker containers
|
||||||
|
@ -48,6 +48,8 @@ in
|
|||||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||||
"binarycache.julian-mutter.de:oJ67uRFwRhNPKL58CHzy3QQLv38Kx7OA1K+6xlEPu7E="
|
"binarycache.julian-mutter.de:oJ67uRFwRhNPKL58CHzy3QQLv38Kx7OA1K+6xlEPu7E="
|
||||||
];
|
];
|
||||||
|
|
||||||
|
trusted-users = [ "@wheel" ]; # needed for devenv to add custom caches
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user