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": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1733940404, "lastModified": 1734119587,
"narHash": "sha256-Pj39hSoUA86ZePPF/UXiYHHM7hMIkios8TYG29kQT4g=", "narHash": "sha256-AKU6qqskl0yf2+JdRdD0cfxX4b9x3KKV5RqA6wijmPM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5d67ea6b4b63378b9c13be21e2ec9d1afc921713", "rev": "3566ab7246670a43abd2ffa913cc62dad9cdf7d5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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