Initial commit with requirements

This commit is contained in:
--repo 2026-02-06 17:44:51 -08:00
commit f87fe06255
6 changed files with 205 additions and 0 deletions

5
devenv.nix Normal file
View file

@ -0,0 +1,5 @@
{ pkgs, lib, config, inputs, ... }:
{
languages.go.enable = true;
}