From b7551fa85c67f945438178eb4a979fc01e84b820 Mon Sep 17 00:00:00 2001 From: James Walker Date: Tue, 19 Jul 2022 20:40:10 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20heraclitus:=20allowBroken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.lock | 18 +++++++++--------- hosts/heraclitus/darwin-configuration.nix | 2 ++ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 73739e0..fc6aa90 100644 --- a/flake.lock +++ b/flake.lock @@ -110,11 +110,11 @@ "utils": "utils_2" }, "locked": { - "lastModified": 1657887110, - "narHash": "sha256-8VV0/kZed2z8fGtEc2zr+WLxTow+JTIlMjnSisyv0GQ=", + "lastModified": 1658151168, + "narHash": "sha256-0uHoOHr20pJTOGzgS4kNgOP4wfrch0fc+9vZ/6LgD44=", "owner": "nix-community", "repo": "home-manager", - "rev": "4c5106ed0f3168ff2df21b646aef67e86cbfc11c", + "rev": "4a724cb84cc3aa464af1713d11bf0cfbbdb56c00", "type": "github" }, "original": { @@ -125,11 +125,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1657781616, - "narHash": "sha256-M/wl8+gRNELNhEmNjWTZVf61lfZIyiUn/NkyEqQAW80=", + "lastModified": 1658227863, + "narHash": "sha256-QoRmU18dCYnZy8ks9cz2ZhsGW+AVo1pioLrs+s/8Tkg=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "76c9664813ed7082115ac7efb8a1619a804a631f", + "rev": "0015f5cc098fae520aae458b8547e44a38aacf92", "type": "github" }, "original": { @@ -189,11 +189,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1658119717, - "narHash": "sha256-4upOZIQQ7Bc4CprqnHsKnqYfw+arJeAuU+QcpjYBXW0=", + "lastModified": 1658240757, + "narHash": "sha256-dG4NfEQkllCmRHmZScd+5NA+ncuWNO9KdeWltl9zFjA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9eb60f25aff0d2218c848dd4574a0ab5e296cabe", + "rev": "d57f20b903c801b9325aea6279a4d61d19368fb0", "type": "github" }, "original": { diff --git a/hosts/heraclitus/darwin-configuration.nix b/hosts/heraclitus/darwin-configuration.nix index 439ec76..6116a16 100644 --- a/hosts/heraclitus/darwin-configuration.nix +++ b/hosts/heraclitus/darwin-configuration.nix @@ -7,6 +7,8 @@ ../../modules/builder ]; + nixpkgs.config.allowBroken = true; + # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget environment.systemPackages = with pkgs; [ cmake deno elixir emacs go niv nodejs rustup ];