From e54b354770e51808811912e2eff181caeffb2bb2 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Fri, 1 Dec 2023 20:55:41 +0100 Subject: [PATCH] 23.11: home-manager --- flake.lock | 8 ++++---- flake.nix | 2 +- hosts/mu/default.nix | 2 +- hosts/omega/default.nix | 2 +- hosts/tor/default.nix | 2 +- hosts/zeta/default.nix | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 4fc6387..ec1402b 100644 --- a/flake.lock +++ b/flake.lock @@ -7,16 +7,16 @@ ] }, "locked": { - "lastModified": 1700392168, - "narHash": "sha256-v5LprEFx3u4+1vmds9K0/i7sHjT0IYGs7u9v54iz/OA=", + "lastModified": 1700814205, + "narHash": "sha256-lWqDPKHRbQfi+zNIivf031BUeyciVOtwCwTjyrhDB5g=", "owner": "nix-community", "repo": "home-manager", - "rev": "28535c3a34d79071f2ccb68671971ce0c0984d7e", + "rev": "aeb2232d7a32530d3448318790534d196bf9427a", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-23.05", + "ref": "release-23.11", "repo": "home-manager", "type": "github" } diff --git a/flake.nix b/flake.nix index 7b656e3..a7de831 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ inputs.nixpkgs.follows = "nixpkgs"; # use the same nixpkgs as the system }; home-manager = { - url = "github:nix-community/home-manager/release-23.05"; + url = "github:nix-community/home-manager/release-23.11"; inputs.nixpkgs.follows = "nixpkgs"; # use the same nixpkgs as the system }; home-manager-unstable = { diff --git a/hosts/mu/default.nix b/hosts/mu/default.nix index f8ae4b7..754988f 100644 --- a/hosts/mu/default.nix +++ b/hosts/mu/default.nix @@ -37,5 +37,5 @@ # You can update Home Manager without changing this value. See # the Home Manager release notes for a list of state version # changes in each release. - home-manager.users.caspervk.home.stateVersion = "23.05"; # Did you read the comment? + home-manager.users.caspervk.home.stateVersion = "23.11"; # Did you read the comment? } diff --git a/hosts/omega/default.nix b/hosts/omega/default.nix index 23b576f..7258134 100644 --- a/hosts/omega/default.nix +++ b/hosts/omega/default.nix @@ -33,5 +33,5 @@ # You can update Home Manager without changing this value. See # the Home Manager release notes for a list of state version # changes in each release. - home-manager.users.caspervk.home.stateVersion = "23.05"; # Did you read the comment? + home-manager.users.caspervk.home.stateVersion = "23.11"; # Did you read the comment? } diff --git a/hosts/tor/default.nix b/hosts/tor/default.nix index 3656222..7ff04c4 100644 --- a/hosts/tor/default.nix +++ b/hosts/tor/default.nix @@ -50,5 +50,5 @@ # You can update Home Manager without changing this value. See # the Home Manager release notes for a list of state version # changes in each release. - home-manager.users.caspervk.home.stateVersion = "23.05"; # Did you read the comment? + home-manager.users.caspervk.home.stateVersion = "23.11"; # Did you read the comment? } diff --git a/hosts/zeta/default.nix b/hosts/zeta/default.nix index 8aa6808..b400666 100644 --- a/hosts/zeta/default.nix +++ b/hosts/zeta/default.nix @@ -33,5 +33,5 @@ # You can update Home Manager without changing this value. See # the Home Manager release notes for a list of state version # changes in each release. - home-manager.users.caspervk.home.stateVersion = "23.05"; # Did you read the comment? + home-manager.users.caspervk.home.stateVersion = "23.11"; # Did you read the comment? }