From 7139df14f4fadbab3cb0a9ff166f9f8265b59199 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 6 Jun 2025 20:12:47 -0400 Subject: [PATCH] templates/discord-bot: use nixpkgs-unstable --- templates/discord-bot/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";