chore: migrate to gitea
This commit is contained in:
17
vendor/github.com/sagikazarmark/locafero/devenv.nix
generated
vendored
Normal file
17
vendor/github.com/sagikazarmark/locafero/devenv.nix
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
cachix.pull = [ "sagikazarmark-dev" ];
|
||||
|
||||
languages = {
|
||||
go = {
|
||||
enable = true;
|
||||
package = pkgs.go_1_25;
|
||||
};
|
||||
};
|
||||
|
||||
packages = with pkgs; [
|
||||
just
|
||||
golangci-lint
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user