update to nixos 23.11

This commit is contained in:
Grigory Shipunov 2023-12-09 10:06:32 +01:00
parent 6449b4bbc0
commit 2984abf7b3
3 changed files with 14 additions and 15 deletions

View file

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