forked from nixcn/nixcn-cms
Init golang project
- Gin - Gorm - Viper - Logrus Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
11
devenv.nix
Normal file
11
devenv.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
env.GREET = "devenv";
|
||||
packages = [
|
||||
pkgs.git
|
||||
pkgs.bun
|
||||
];
|
||||
languages.go.enable = true;
|
||||
languages.go.version = "1.25.5";
|
||||
}
|
||||
Reference in New Issue
Block a user