What a silly little project

This commit is contained in:
2026-05-05 19:45:24 -04:00
commit 11dfef4470
7 changed files with 219 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{ pkgs, ... }:
{
# https://devenv.sh/packages/
packages = with pkgs; [ git ];
# https://devenv.sh/languages/
languages.rust.enable = true;
# See full reference at https://devenv.sh/reference/options/
}