Update nixpkgs

This commit is contained in:
Natsu Kagami 2023-12-27 17:19:22 +01:00
parent 9a3cf59e84
commit f567eb056d
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
description = "A discord bot for D Tuyn Tng Hp server";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
naersk.url = "github:nix-community/naersk";
naersk.inputs.nixpkgs.follows = "nixpkgs";
flake-utils.url = "github:numtide/flake-utils";