fix haxe lsp build

This commit is contained in:
LordMZTE 2024-07-05 00:03:21 +02:00
parent f061a1b3b5
commit f4be59356d
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 4 additions and 4 deletions

View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1719506693, "lastModified": 1720031269,
"narHash": "sha256-C8e9S7RzshSdHB7L+v9I51af1gDM5unhJ2xO1ywxNH8=", "narHash": "sha256-rwz8NJZV+387rnWpTYcXaRNvzUSnnF9aHONoJIYmiUQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b2852eb9365c6de48ffb0dc2c9562591f652242a", "rev": "9f4128e00b0ae8ec65918efeba59db998750ead6",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -189,7 +189,7 @@ pkgs.stdenvNoCC.mkDerivation {
hash = "sha256-rKzyeLbXNBL3wGXYtb3n9YNU0Qwm1Tsl2XPJYXMEjAo="; hash = "sha256-rKzyeLbXNBL3wGXYtb3n9YNU0Qwm1Tsl2XPJYXMEjAo=";
}; };
nativeBuildInputs = with pkgs; [ haxe nodePackages.uglify-js ]; nativeBuildInputs = with pkgs; [ haxe ];
configurePhase = '' configurePhase = ''
runHook preConfigure runHook preConfigure