mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 03:10:19 +01:00
Stop pulling djlint from own fork
This commit is contained in:
parent
3562096f07
commit
36f9bc29bc
2 changed files with 4 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -1112,11 +1112,11 @@
|
|||
"plugin:zk-nvim": "plugin:zk-nvim"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1698592427,
|
||||
"narHash": "sha256-4bc39S5Ig0ihAR7UwhYWf+WmYtyAYapN0yxoCBSsoFI=",
|
||||
"lastModified": 1698593535,
|
||||
"narHash": "sha256-ysBzMXsZY5fj3iWJZzBKcgAa3o/MToLxJmur7RWprys=",
|
||||
"owner": "traxys",
|
||||
"repo": "nvim-flake",
|
||||
"rev": "b9024ef81f1b05d2c4a347ef1d49b19a319df8e6",
|
||||
"rev": "2d73fdd96430e34a2362e41bcfaaafd658ebf1bd",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -77,7 +77,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 groovy-language-server;
|
||||
inherit (nixpkgs-traxys.legacyPackages."${system}") groovy-language-server;
|
||||
inherit (inputs.mujmap.packages."${system}") mujmap;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue