add devenv to blarog

This commit is contained in:
2026-05-31 20:51:24 +02:00
parent 45fef55476
commit 71dd48ff08
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{ config, pkgsUnstable, ... } :
{
environment.systemPackages = with pkgsUnstable; [
devenv
];
nix.settings.trusted-users = [ "root" "avravels" ];
}