update
This commit is contained in:
parent
f7c6016f1a
commit
b2f841ada7
1 changed files with 10 additions and 6 deletions
16
default.nix
16
default.nix
|
|
@ -1,7 +1,11 @@
|
||||||
{ pkgs ? import <nixpkgs> {} }:
|
{
|
||||||
|
packageOverrides = pkgs: with pkgs; {
|
||||||
pkgs.mkShell {
|
myPackages = pkgs.buildEnv {
|
||||||
buildInputs = [
|
name = "tools";
|
||||||
pkgs.neovim
|
paths = [
|
||||||
];
|
neovim
|
||||||
|
go
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue