This commit is contained in:
Lukas Wurzinger 2024-12-18 09:32:57 +01:00
parent 3247594e7b
commit 720e7770a2
No known key found for this signature in database
2 changed files with 7 additions and 4 deletions

View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1733940404,
"narHash": "sha256-Pj39hSoUA86ZePPF/UXiYHHM7hMIkios8TYG29kQT4g=",
"lastModified": 1734119587,
"narHash": "sha256-AKU6qqskl0yf2+JdRdD0cfxX4b9x3KKV5RqA6wijmPM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5d67ea6b4b63378b9c13be21e2ec9d1afc921713",
"rev": "3566ab7246670a43abd2ffa913cc62dad9cdf7d5",
"type": "github"
},
"original": {

View file

@ -1,6 +1,9 @@
{
helix,
symlinkJoin,
makeWrapper,
pkgs,
}: let
languageServers = [
@ -96,7 +99,7 @@ in
paths = [helix];
buildInputs = [pkgs.makeWrapper];
buildInputs = [makeWrapper];
postBuild = ''
wrapProgram $out/bin/${helix.meta.mainProgram} \