From 3935ac1c2f6f9ea245483ec650a55f3e2276a623 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 27 Nov 2023 16:17:26 -0600 Subject: [PATCH] Use proper home-manager version --- darwin/default.nix | 3 ++- flake.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/darwin/default.nix b/darwin/default.nix index 30d6d49..8ff0ba7 100644 --- a/darwin/default.nix +++ b/darwin/default.nix @@ -4,6 +4,7 @@ let system ? "aarch64-darwin", name, channel ? inputs.nixunstable, + hm ? inputs.hmunstable, extraMods ? [] }: let @@ -15,7 +16,7 @@ let specialArgs = { inherit nixpkgs; }; modules = [ { nixpkgs.overlays = overlays; } - inputs.hm.darwinModules.home-manager + hm.darwinModules.home-manager { home-manager = { useGlobalPkgs = true; diff --git a/flake.lock b/flake.lock index cd7bfbd..1b5f45d 100644 --- a/flake.lock +++ b/flake.lock @@ -180,11 +180,11 @@ ] }, "locked": { - "lastModified": 1698896213, - "narHash": "sha256-u42NZt52F3o7pM5V7sYlLOp5tSN8z9+fO2wFcOs0EOQ=", + "lastModified": 1701071203, + "narHash": "sha256-lQywA7QU/vzTdZ1apI0PfgCWNyQobXUYghVrR5zuIeM=", "owner": "nix-community", "repo": "home-manager", - "rev": "831b4fa31749208e576050c563e9773aafd04941", + "rev": "db1878f013b52ba5e4034db7c1b63e8d04173a86", "type": "github" }, "original": { @@ -406,11 +406,11 @@ }, "nixunstable": { "locked": { - "lastModified": 1698924604, - "narHash": "sha256-GCFbkl2tj8fEZBZCw3Tc0AkGo0v+YrQlohhEGJ/X4s0=", + "lastModified": 1700794826, + "narHash": "sha256-RyJTnTNKhO0yqRpDISk03I/4A67/dp96YRxc86YOPgU=", "owner": "nixos", "repo": "nixpkgs", - "rev": "fa804edfb7869c9fb230e174182a8a1a7e512c40", + "rev": "5a09cb4b393d58f9ed0d9ca1555016a8543c2ac8", "type": "github" }, "original": {