diff options
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 = { |