This commit is contained in:
DeveloperDurp 2025-05-17 14:44:10 -05:00
parent b2f841ada7
commit 60e3f0c5f8
2 changed files with 2 additions and 1 deletions

View file

@ -1,11 +0,0 @@
{
packageOverrides = pkgs: with pkgs; {
myPackages = pkgs.buildEnv {
name = "tools";
paths = [
neovim
go
];
};
};
}