aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-08-06 16:55:25 +0900
committersefidel <contact@sefidel.net>2024-08-06 16:55:25 +0900
commit8eadc956a24ee2eceaa2ee1d2880b528072e5d71 (patch)
tree51a3f767260e5a0e88d7f1d38e7413975b76514e
parentf5f5f8ba39fc2e932ba08f2ae01b40fc81cd1dc8 (diff)
downloadnixrc-8eadc956a24ee2eceaa2ee1d2880b528072e5d71.zip
feat(flake): add madness-ld
-rw-r--r--flake.lock16
-rw-r--r--flake.nix2
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;