update nixos target

This commit is contained in:
2024-03-09 11:50:55 +01:00
parent a3d193516c
commit 316871523d
2 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
# append '.?submodules=1' to the nix commands.
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-23.05";
nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
flake-utils.url = "github:numtide/flake-utils";
};