diff --git a/templates/discord-bot/flake.nix b/templates/discord-bot/flake.nix index e3ad6b5..65aa88d 100644 --- a/templates/discord-bot/flake.nix +++ b/templates/discord-bot/flake.nix @@ -2,7 +2,7 @@ description = "Template for Python-based Discord bots"; inputs = { - nixpkgs.url = "github:Infinidoge/nixpkgs/feat/disnake"; + nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; flake-parts.url = "github:hercules-ci/flake-parts"; devshell.url = "github:numtide/devshell"; pyproject-nix.url = "github:nix-community/pyproject.nix";