From 30c958efd0da55dab1e02059926507610b087cd1 Mon Sep 17 00:00:00 2001 From: traxys Date: Thu, 24 Aug 2023 15:53:40 +0200 Subject: [PATCH] Add groovy-language-server as an inflight package --- flake.lock | 7 ++++--- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 4c8298c..831b183 100644 --- a/flake.lock +++ b/flake.lock @@ -654,15 +654,16 @@ }, "nixpkgs-traxys": { "locked": { - "lastModified": 1692472116, - "narHash": "sha256-Cyax3F3kcGarz0lTmG9wCXcBmlshSRHgRpl0O2G405Q=", + "lastModified": 1692884435, + "narHash": "sha256-ykp+yuy2FpK4oMlbCCeLBVAKa4pjqu24yUox7kgMpXY=", "owner": "traxys", "repo": "nixpkgs", - "rev": "8652b2d60ebfe7fa7d743daa699753137958284b", + "rev": "c335eeb76ffdeb38fe295b86f0bbf71a4e558a4a", "type": "github" }, "original": { "owner": "traxys", + "ref": "inflight", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index de4d4d2..dd4267f 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - nixpkgs-traxys.url = "github:traxys/nixpkgs"; + nixpkgs-traxys.url = "github:traxys/nixpkgs/inflight"; nix-gaming.url = "github:fufexan/nix-gaming"; home-manager = { url = "github:nix-community/home-manager"; @@ -72,7 +72,7 @@ raclette = inputs.raclette.defaultPackage."${system}"; neovimTraxys = inputs.nvim-traxys.packages."${system}".nvim; roaming_proxy = inputs.roaming_proxy.defaultPackage."${system}"; - inherit (nixpkgs-traxys.legacyPackages."${system}") djlint; + inherit (nixpkgs-traxys.legacyPackages."${system}") djlint groovy-language-server; }; extraInfo = import ./extra_info.nix;