From 8bd9c8afb612305e14aec762f38f92dc6a4ccc21 Mon Sep 17 00:00:00 2001 From: sstent Date: Fri, 6 Oct 2023 18:08:48 +0000 Subject: [PATCH] update to 23.05 -- locking HM to 23.05 --- flake.lock | 25 +++++++++++++------------ flake.nix | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index b54d0ea..59fe99e 100644 --- a/flake.lock +++ b/flake.lock @@ -110,15 +110,16 @@ ] }, "locked": { - "lastModified": 1696446489, - "narHash": "sha256-xSjMKdNR+q/3hdSPyg/LUMsZT/WIoUi8dcm5zT4SMUQ=", + "lastModified": 1695108154, + "narHash": "sha256-gSg7UTVtls2yO9lKtP0yb66XBHT1Fx5qZSZbGMpSn2c=", "owner": "nix-community", "repo": "home-manager", - "rev": "68f7d8c0fb0bfc67d1916dd7f06288424360d43a", + "rev": "07682fff75d41f18327a871088d20af2710d4744", "type": "github" }, "original": { "owner": "nix-community", + "ref": "release-23.05", "repo": "home-manager", "type": "github" } @@ -162,11 +163,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1696593747, - "narHash": "sha256-0PKfC46HRnWZ+P/ASUtV/rn50QPHcNxyppYQWhoAVb0=", + "lastModified": 1696614066, + "narHash": "sha256-nAyYhO7TCr1tikacP37O9FnGr2USOsVBD3IgvndUYjM=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "f4ef5df944429e2ce3308bdbe69da940fffc5942", + "rev": "bb2db418b616fea536b1be7f6ee72fb45c11afe0", "type": "github" }, "original": { @@ -199,11 +200,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1696603164, - "narHash": "sha256-PgfD3XENoQ26gGK7DgL7XCqh/JZgtm9ojjgawLN53XE=", + "lastModified": 1696610053, + "narHash": "sha256-nMYt0iIt9OEdsP7XuNjwml+nweuHTWWx86f1t7Dp3FM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "f7274c77bf3138c4115276513c6521b0540b5d2e", + "rev": "f49c3d6bb60a6317e4c5137d50299b5c93a8a64b", "type": "github" }, "original": { @@ -231,11 +232,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1696193975, - "narHash": "sha256-mnQjUcYgp9Guu3RNVAB2Srr1TqKcPpRXmJf4LJk6KRY=", + "lastModified": 1696375444, + "narHash": "sha256-Sv0ICt/pXfpnFhTGYTsX6lUr1SljnuXWejYTI2ZqHa4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "fdd898f8f79e8d2f99ed2ab6b3751811ef683242", + "rev": "81e8f48ebdecf07aab321182011b067aafc78896", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index e370cf2..fcb8537 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"; + home-manager.url = "github:nix-community/home-manager/release-23.05"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; # TODO: Add any other flake you might need