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> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.neovim
|
||||
];
|
||||
{
|
||||
packageOverrides = pkgs: with pkgs; {
|
||||
myPackages = pkgs.buildEnv {
|
||||
name = "tools";
|
||||
paths = [
|
||||
neovim
|
||||
go
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue