From d0b8cbb5cb41524e27099dca6ed029c10f27a027 Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 23 Mar 2024 21:33:16 -0700 Subject: [PATCH] Switch to fudo.dev --- flake.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 81027a0..6151d75 100644 --- a/flake.nix +++ b/flake.nix @@ -2,15 +2,14 @@ description = "Tattler Notification Listener"; inputs = { - nixpkgs.url = "nixpkgs/nixos-22.11"; + nixpkgs.url = "nixpkgs/nixos-23.11"; utils.url = "github:numtide/flake-utils"; helpers = { - url = - "git+https://git.fudo.org/fudo-public/nix-helpers.git?ref=with-deps"; + url = "git+https://fudo.dev/public/nix-helpers.git?ref=with-deps"; inputs.nixpkgs.follows = "nixpkgs"; }; notifierClj = { - url = "git+https://git.fudo.org/fudo-public/notifier.git"; + url = "git+https://fudo.dev/public/notifier.git"; inputs.nixpkgs.follows = "nixpkgs"; }; };