From 886111672f7861d599f62e34d9422a882709f60a Mon Sep 17 00:00:00 2001 From: sajenim Date: Sat, 1 Jul 2023 22:55:00 +0800 Subject: [PATCH] fix home-manager url --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 1b92a32..c97bd51 100644 --- a/flake.lock +++ b/flake.lock @@ -73,16 +73,16 @@ ] }, "locked": { - "lastModified": 1688168945, - "narHash": "sha256-AfBdMc2JU54YKaOAvCR0t3dWQIA1bLKb9vGnaZJUh0E=", + "lastModified": 1687871164, + "narHash": "sha256-bBFlPthuYX322xOlpJvkjUBz0C+MOBjZdDOOJJ+G2jU=", "owner": "nix-community", "repo": "home-manager", - "rev": "44d1a8542ac92f0ce75d970090216245043a2709", + "rev": "07c347bb50994691d7b0095f45ebd8838cf6bc38", "type": "github" }, "original": { "owner": "nix-community", - "ref": "master", + "ref": "release-23.05", "repo": "home-manager", "type": "github" } diff --git a/flake.nix b/flake.nix index c2e25bd..0e17d60 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ # Also see the 'unstable-packages' overlay at 'overlays/default.nix'. # Home manager - home-manager.url = "github:nix-community/home-manager/master"; + home-manager.url = "github:nix-community/home-manager/release-23.05"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; # Add any other flake you might need