diff --git a/flake.lock b/flake.lock index 724fc5c..277fcef 100644 --- a/flake.lock +++ b/flake.lock @@ -31,16 +31,16 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1686108916, - "narHash": "sha256-looLH5MdY4erLiJw0XwQohGdr0fJL9y6TJY3898RA2U=", + "lastModified": 1676846788, + "narHash": "sha256-XLsHLgXyMdliMeAXuzdGP+TXBaV44kG1RPTUHNOs6Jk=", "owner": "ipetkov", "repo": "crane", - "rev": "8ab1a49432695bd80ff4b7f6c6515da0e926d922", + "rev": "953b70da2813fb882c39890f2514e7db76fc8843", "type": "github" }, "original": { "owner": "ipetkov", - "ref": "v0.12.2", + "ref": "v0.11.3", "repo": "crane", "type": "github" } @@ -215,11 +215,11 @@ "wezterm-src": "wezterm-src" }, "locked": { - "lastModified": 1686643608, - "narHash": "sha256-rnUWWZF5gA+sI1pNZ+xJfyzBYsJ2mbgln4FAtgxmir4=", + "lastModified": 1686874448, + "narHash": "sha256-FKD1FYFVT0GY8AgXe7+kLgJvFi22hj7eQyV3kmQrJls=", "owner": "nekowinston", "repo": "nur", - "rev": "da20835c7211634852f2617c93d167eae45d9aeb", + "rev": "eb3cda0b36a64cf77ea6037231befc9dfe2bf648", "type": "github" }, "original": { @@ -250,11 +250,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1686519857, - "narHash": "sha256-VkBhuq67aXXiCoEmicziuDLUPPjeOTLQoj6OeVai5zM=", + "lastModified": 1686582075, + "narHash": "sha256-vtflsfKkHtF8IduxDNtbme4cojiqvlvjp5QNYhvoHXc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6b1b72c0f887a478a5aac355674ff6df0fc44f44", + "rev": "7e63eed145566cca98158613f3700515b4009ce3", "type": "github" }, "original": { diff --git a/machines/lib.nix b/machines/lib.nix index fe6d2e7..152f6ed 100644 --- a/machines/lib.nix +++ b/machines/lib.nix @@ -64,6 +64,7 @@ inherit system; modules = with inputs; [./common ./${host} home-manager.${module}.home-manager] + ++ pkgs.lib.optionals isDarwin [nekowinston-nur.darwinModules.default] ++ [(hmCommonConfig {inherit username;})] ++ extraModules; };