about summary refs log tree commit diff
path: root/flake.nix
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 /flake.nix
parentf5f5f8ba39fc2e932ba08f2ae01b40fc81cd1dc8 (diff)
downloadnixrc-8eadc956a24ee2eceaa2ee1d2880b528072e5d71.tar.gz
nixrc-8eadc956a24ee2eceaa2ee1d2880b528072e5d71.zip
feat(flake): add madness-ld
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
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;