mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-08-18 08:29:40 +02:00
feat: update nixos's version to 23.05, update content in start-using-home-manager
This commit is contained in:
@@ -78,7 +78,7 @@ Note that the copied template cannot be used directly. You need to modify it to
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
# home-manager, used for managing user configuration
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-22.11";
|
||||
url = "github:nix-community/home-manager/release-23.05";
|
||||
# The `follows` keyword in inputs is used for inheritance.
|
||||
# Here, `inputs.nixpkgs` of home-manager is kept consistent with the `inputs.nixpkgs` of the current flake,
|
||||
# to avoid problems caused by different versions of nixpkgs.
|
||||
|
Reference in New Issue
Block a user