update
This commit is contained in:
parent
b2f841ada7
commit
60e3f0c5f8
2 changed files with 2 additions and 1 deletions
11
.nixpkgs/config.nix
Normal file
11
.nixpkgs/config.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
packageOverrides = pkgs: with pkgs; {
|
||||
myPackages = pkgs.buildEnv {
|
||||
name = "tools";
|
||||
paths = [
|
||||
neovim
|
||||
go
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue