From 36f9bc29bcbfce304c528a897c704737a6a23ead Mon Sep 17 00:00:00 2001 From: traxys Date: Sun, 29 Oct 2023 16:33:10 +0100 Subject: [PATCH] Stop pulling djlint from own fork --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 9d2c35e..f000736 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index af1713a..ea95a72 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };