L-Nafaryus
008b4ad3a4
Some checks failed
nix / check (push) Failing after 31s
new: packages: bonvim, nixvim configuration of neovim remove: config: hyprland -> declarative remove: config: nvim nixosModules: structure with categories new: configurations: concept of preconfigured modules catarina: disable papermc server catarina: hydra server flake: hydraJobs outputs
12 lines
137 B
Nix
12 lines
137 B
Nix
{pkgs, ...}:
|
|
pkgs.mkShellNoCC {
|
|
packages = with pkgs; [
|
|
go
|
|
gopls
|
|
gotools
|
|
go-tools
|
|
golangci-lint
|
|
gnumake
|
|
];
|
|
}
|