From 4a38a05d1a0826df790e857f080c18cf8161516c Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 23 Mar 2024 21:31:12 -0700 Subject: [PATCH] Switch to fudo.dev --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 5f5e2cf..406e8d0 100644 --- a/flake.nix +++ b/flake.nix @@ -2,11 +2,10 @@ description = "Library for sending DBus notifications."; 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"; }; };