diff options
author | azahi <azat@bahawi.net> | 2024-10-22 14:14:46 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2024-10-22 14:14:46 +0300 |
commit | 54db8efe14f4d83d2a191df62c251508dcf8be70 (patch) | |
tree | 5e491674a19dfc7723181ef25cc66d3d1718411f /flake.nix | |
parent | 2024-10-22 (diff) |
2024-10-22
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 68fa8bb..ec432c3 100644 --- a/flake.nix +++ b/flake.nix @@ -57,6 +57,11 @@ # }; # }; + infuse = { + url = "git+https://codeberg.org/amjoseph/infuse.nix"; + flake = false; + }; + dns = { url = "github:nix-community/dns.nix"; inputs = { |