fix: bump nixos's version to 23.11

This commit is contained in:
Ryan Yin 2023-12-05 10:51:12 +08:00
parent 311cd74cc5
commit 68699e372d
2 changed files with 4 additions and 4 deletions

View File

@ -74,8 +74,8 @@ Note that the copied template cannot be used directly. You need to modify it to
# The most widely used is `github:owner/name/reference`,
# which represents the GitHub repository URL + branch/commit-id/tag.
# Official NixOS package source, using nixos-unstable branch here
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# Official NixOS package source, using nixos-23.11 branch here
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
# home-manager, used for managing user configuration
home-manager = {
url = "github:nix-community/home-manager/release-23.11";

View File

@ -70,8 +70,8 @@ cat flake.nix
# github:owner/name/reference
# 即 github 仓库地址 + branch/commit-id/tag
# NixOS 官方软件源,这里使用 nixos-unstable 分支
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# NixOS 官方软件源,这里使用 nixos-23.11 分支
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
# home-manager用于管理用户配置
home-manager = {
url = "github:nix-community/home-manager/release-23.11";