diff --git a/flake.lock b/flake.lock index 26e119e..bccd7d1 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1719506693, - "narHash": "sha256-C8e9S7RzshSdHB7L+v9I51af1gDM5unhJ2xO1ywxNH8=", + "lastModified": 1720031269, + "narHash": "sha256-rwz8NJZV+387rnWpTYcXaRNvzUSnnF9aHONoJIYmiUQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b2852eb9365c6de48ffb0dc2c9562591f652242a", + "rev": "9f4128e00b0ae8ec65918efeba59db998750ead6", "type": "github" }, "original": { diff --git a/nix/cgnix/nvim-tools/haxe-language-server.nix b/nix/cgnix/nvim-tools/haxe-language-server.nix index 77aca24..0b03403 100644 --- a/nix/cgnix/nvim-tools/haxe-language-server.nix +++ b/nix/cgnix/nvim-tools/haxe-language-server.nix @@ -189,7 +189,7 @@ pkgs.stdenvNoCC.mkDerivation { hash = "sha256-rKzyeLbXNBL3wGXYtb3n9YNU0Qwm1Tsl2XPJYXMEjAo="; }; - nativeBuildInputs = with pkgs; [ haxe nodePackages.uglify-js ]; + nativeBuildInputs = with pkgs; [ haxe ]; configurePhase = '' runHook preConfigure