mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-11 13:25:05 +02:00
Add groovy-language-server as an inflight package
This commit is contained in:
parent
2b6b4ced20
commit
30c958efd0
2 changed files with 6 additions and 5 deletions
7
flake.lock
generated
7
flake.lock
generated
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue