diff options
-rw-r--r-- | flake.lock | 16 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 18 insertions, 0 deletions
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; |