templates/discord-bot: use nixpkgs-unstable

This commit is contained in:
Infinidoge 2025-06-06 20:12:47 -04:00
parent f1c0ddea5a
commit 7139df14f4
Signed by: Infinidoge
SSH key fingerprint: SHA256:GT2StvPQMMfFHyiiFJymQxfTG/z6EWLJ6NWItf5K5sA

View file

@ -2,7 +2,7 @@
description = "Template for Python-based Discord bots"; description = "Template for Python-based Discord bots";
inputs = { inputs = {
nixpkgs.url = "github:Infinidoge/nixpkgs/feat/disnake"; nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
devshell.url = "github:numtide/devshell"; devshell.url = "github:numtide/devshell";
pyproject-nix.url = "github:nix-community/pyproject.nix"; pyproject-nix.url = "github:nix-community/pyproject.nix";