From 3879dcb7f2c5daa68f1fd026b0295f902d89667f Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Fri, 24 May 2024 23:18:24 -0500 Subject: [PATCH] hm stable --- flake.lock | 7 ++++--- flake.nix | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index f28ef52..59f7b22 100644 --- a/flake.lock +++ b/flake.lock @@ -429,15 +429,16 @@ ] }, "locked": { - "lastModified": 1716457508, - "narHash": "sha256-ZxzffLuWRyuMrkVVq7wastNUqeO0HJL9xqfY1QsYaqo=", + "lastModified": 1715381426, + "narHash": "sha256-wPuqrAQGdv3ISs74nJfGb+Yprm23U/rFpcHFFNWgM94=", "owner": "nix-community", "repo": "home-manager", - "rev": "850cb322046ef1a268449cf1ceda5fd24d930b05", + "rev": "ab5542e9dbd13d0100f8baae2bc2d68af901f4b4", "type": "github" }, "original": { "owner": "nix-community", + "ref": "release-23.11", "repo": "home-manager", "type": "github" } diff --git a/flake.nix b/flake.nix index d062bc7..ee5192d 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.11"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; - home-manager-stable.url = "github:nix-community/home-manager"; + home-manager-stable.url = "github:nix-community/home-manager/release-23.11"; home-manager-stable.inputs.nixpkgs.follows = "nixpkgs-stable"; nixos-apple-silicon.url = "github:tpwrules/nixos-apple-silicon";