From 720e7770a2588c847e01df88f9a1a35e32601788 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Wed, 18 Dec 2024 09:32:57 +0100 Subject: [PATCH] update --- flake.lock | 6 +++--- package.nix | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 67bb80e..9eabd84 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/package.nix b/package.nix index 89e9d01..7f8e834 100644 --- a/package.nix +++ b/package.nix @@ -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} \