update
This commit is contained in:
parent
3247594e7b
commit
720e7770a2
|
@ -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": {
|
||||||
|
|
|
@ -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} \
|
||||||
|
|
Loading…
Reference in a new issue