templates/discord-bot: use nixpkgs-unstable
This commit is contained in:
parent
f1c0ddea5a
commit
7139df14f4
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue