Switch to fudo.dev
This commit is contained in:
@@ -2,15 +2,14 @@
|
|||||||
description = "Tattler Notification Listener";
|
description = "Tattler Notification Listener";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "nixpkgs/nixos-22.11";
|
nixpkgs.url = "nixpkgs/nixos-23.11";
|
||||||
utils.url = "github:numtide/flake-utils";
|
utils.url = "github:numtide/flake-utils";
|
||||||
helpers = {
|
helpers = {
|
||||||
url =
|
url = "git+https://fudo.dev/public/nix-helpers.git?ref=with-deps";
|
||||||
"git+https://git.fudo.org/fudo-public/nix-helpers.git?ref=with-deps";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
notifierClj = {
|
notifierClj = {
|
||||||
url = "git+https://git.fudo.org/fudo-public/notifier.git";
|
url = "git+https://fudo.dev/public/notifier.git";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user