mirror of
https://github.com/NotAShelf/mdlinkt.git
synced 2025-10-03 15:33:33 +00:00
Initial commit
This commit is contained in:
commit
a94a991fab
372 changed files with 215877 additions and 0 deletions
15
nix/shell.nix
Normal file
15
nix/shell.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
callPackage,
|
||||
gopls,
|
||||
go,
|
||||
}: let
|
||||
mainPkg = callPackage ./package.nix {};
|
||||
in
|
||||
mainPkg.overrideAttrs (oa: {
|
||||
nativeBuildInputs =
|
||||
[
|
||||
gopls
|
||||
go
|
||||
]
|
||||
++ (oa.nativeBuildInputs or []);
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue