flake: move to NixOS 23.11

This commit is contained in:
Antoine Martin 2024-03-05 01:19:30 +01:00
parent 9b1a00c0d5
commit d8324cd7c4
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
flake-utils.url = "github:numtide/flake-utils";
};