Devenv
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
{ pkgs, lib, config, inputs, ... }:
|
||||
|
||||
{
|
||||
packages = with pkgs; [
|
||||
sqlite
|
||||
templ
|
||||
air
|
||||
];
|
||||
|
||||
languages.go.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user