From 8eadc956a24ee2eceaa2ee1d2880b528072e5d71 Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 6 Aug 2024 16:55:25 +0900 Subject: feat(flake): add madness-ld --- flake.lock | 16 ++++++++++++++++ flake.nix | 2 ++ 2 files changed, 18 insertions(+) diff --git a/flake.lock b/flake.lock index 1ef26db..f6e58ce 100644 --- a/flake.lock +++ b/flake.lock @@ -633,6 +633,21 @@ "type": "github" } }, + "madness-ld": { + "locked": { + "lastModified": 1720637547, + "narHash": "sha256-5MGG0iRBvP35VlcHvxVrapuLygZwHwMB3g0M0fWxz58=", + "owner": "antithesishq", + "repo": "madness", + "rev": "c22c9c03579b7175d94f63e44ee0e518bb5ccdba", + "type": "github" + }, + "original": { + "owner": "antithesishq", + "repo": "madness", + "type": "github" + } + }, "neovim-nightly": { "inputs": { "flake-compat": "flake-compat_6", @@ -1015,6 +1030,7 @@ "hydra": "hydra", "impermanence": "impermanence", "lanzaboote": "lanzaboote", + "madness-ld": "madness-ld", "neovim-nightly": "neovim-nightly", "nix-gaming": "nix-gaming", "nixpkgs-2311": "nixpkgs-2311", diff --git a/flake.nix b/flake.nix index 44be695..a5026c3 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,8 @@ sops-nix.url = "github:Mic92/sops-nix"; sops-nix.inputs.nixpkgs.follows = "unstable"; + madness-ld.url = "github:antithesishq/madness"; + flake-compat.url = "github:edolstra/flake-compat"; flake-compat.flake = false; -- cgit 1.4.1