Switch to fudo.dev

This commit is contained in:
niten 2024-03-23 21:32:45 -07:00
parent 13b36a8502
commit f50acef721
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
description = "Suan Ni Home Guard"; description = "Suan Ni Home Guard";
inputs = { inputs = {
nixpkgs.url = "nixpkgs/nixos-22.05"; nixpkgs.url = "nixpkgs/nixos-23.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";
}; };
}; };