From 746a925553c58060b9798a98748903653f56663d Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 23 Mar 2024 21:31:48 -0700 Subject: [PATCH] Switch to fudo.dev --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 2256343..5bec7fc 100644 --- a/flake.nix +++ b/flake.nix @@ -2,9 +2,9 @@ description = "Objectifier Client"; inputs = { - nixpkgs.url = "nixpkgs/nixos-22.11"; + nixpkgs.url = "nixpkgs/nixos-23.11"; 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"; }; utils.url = "github:numtide/flake-utils";