Switch to fudo.dev

This commit is contained in:
niten 2024-03-23 21:24:29 -07:00
parent 2e88277401
commit 2073f11b1e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
nixpkgs.url = "nixpkgs/nixos-22.11"; nixpkgs.url = "nixpkgs/nixos-22.11";
utils.url = "github:numtide/flake-utils"; utils.url = "github:numtide/flake-utils";
helpers = { 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"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };