From cf1a0cbee2122008dffef51cd425ae7a4d8d9b2c Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Sat, 3 Jun 2023 19:38:11 +0800 Subject: [PATCH] update to 23.05 --- flake.lock | 34 +++++++++------------------------- flake.nix | 4 ++-- 2 files changed, 11 insertions(+), 27 deletions(-) diff --git a/flake.lock b/flake.lock index 134b2c0..3b47918 100644 --- a/flake.lock +++ b/flake.lock @@ -42,36 +42,35 @@ "inputs": { "nixpkgs": [ "nixpkgs" - ], - "utils": "utils" + ] }, "locked": { - "lastModified": 1672244468, - "narHash": "sha256-xaZb8AZqoXRCSqPusCk4ouf+fUNP8UJdafmMTF1Ltlw=", + "lastModified": 1685599623, + "narHash": "sha256-Tob4CMOVHue0D3RzguDBCtUmX5ji2PsdbQDbIOIKvsc=", "owner": "nix-community", "repo": "home-manager", - "rev": "89a8ba0b5b43b3350ff2e3ef37b66736b2ef8706", + "rev": "93db05480c0c0f30382d3e80779e8386dcb4f9dd", "type": "github" }, "original": { "owner": "nix-community", - "ref": "release-22.11", + "ref": "release-23.05", "repo": "home-manager", "type": "github" } }, "nixpkgs": { "locked": { - "lastModified": 1678101631, - "narHash": "sha256-vuuvWBNGhNSPPbFCjp2XZmBqJOvsFF1T0hyleRnHZlc=", + "lastModified": 1685789966, + "narHash": "sha256-pyqctu5Cq1jwymO3Os0/RNj5Nm3q5kmRCT24p7gtG70=", "owner": "nixos", "repo": "nixpkgs", - "rev": "934e613c31cf7af0624dcf088b9e2d9b802d0717", + "rev": "4eaa9e3eb36386de0c6a268ba5da72cafc959619", "type": "github" }, "original": { "owner": "nixos", - "ref": "release-22.11", + "ref": "release-23.05", "repo": "nixpkgs", "type": "github" } @@ -83,21 +82,6 @@ "home-manager": "home-manager", "nixpkgs": "nixpkgs" } - }, - "utils": { - "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 3d68f61..526a414 100644 --- a/flake.nix +++ b/flake.nix @@ -2,10 +2,10 @@ description = "Samw's home environment, as managed by nix/home-manager."; inputs = { # Nixpkgs - nixpkgs = {url = "github:nixos/nixpkgs/release-22.11";}; + nixpkgs = {url = "github:nixos/nixpkgs/release-23.05";}; # Other modules home-manager = { - url = "github:nix-community/home-manager/release-22.11"; + url = "github:nix-community/home-manager/release-23.05"; inputs.nixpkgs.follows = "nixpkgs"; }; flake-utils.url = "github:numtide/flake-utils";