Use latest unstable flake for rustc 1.75

This commit is contained in:
Natsu Kagami 2024-02-17 22:42:53 +01:00 committed by Natsu Kagami
parent 40935f114a
commit a6d1259362
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.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";