Add devenv

This commit is contained in:
2025-10-09 08:38:31 +02:00
parent 85052422df
commit 05928a6309
5 changed files with 144 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
packages = [ pkgs.fdroidserver ];
}