Add groovy-language-server as an inflight package

This commit is contained in:
traxys 2023-08-24 15:53:40 +02:00
parent 2b6b4ced20
commit 30c958efd0
2 changed files with 6 additions and 5 deletions

7
flake.lock generated
View file

@ -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"
}

View file

@ -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;