From 2073f11b1e61a13db350d44b3b97e11f6ec9de0e Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 23 Mar 2024 21:24:29 -0700 Subject: [PATCH] Switch to fudo.dev --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a75972c..c59cbfb 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "nixpkgs/nixos-22.11"; utils.url = "github:numtide/flake-utils"; helpers = { - url = "git+https://git.fudo.org/fudo-public/nix-helpers.git"; + url = "git+https://fudo.dev/public/nix-helpers.git"; inputs.nixpkgs.follows = "nixpkgs"; }; };