Switch to fudo.dev

This commit is contained in:
niten 2024-03-23 21:31:48 -07:00
parent 3b2bcd702f
commit 746a925553
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
description = "Objectifier Client"; description = "Objectifier Client";
inputs = { inputs = {
nixpkgs.url = "nixpkgs/nixos-22.11"; nixpkgs.url = "nixpkgs/nixos-23.11";
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";
}; };
utils.url = "github:numtide/flake-utils"; utils.url = "github:numtide/flake-utils";