🩹 heraclitus: allowBroken

This commit is contained in:
James Walker 2022-07-19 20:40:10 -04:00
parent 9d4e65d835
commit b7551fa85c
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 11 additions and 9 deletions

View File

@ -110,11 +110,11 @@
"utils": "utils_2" "utils": "utils_2"
}, },
"locked": { "locked": {
"lastModified": 1657887110, "lastModified": 1658151168,
"narHash": "sha256-8VV0/kZed2z8fGtEc2zr+WLxTow+JTIlMjnSisyv0GQ=", "narHash": "sha256-0uHoOHr20pJTOGzgS4kNgOP4wfrch0fc+9vZ/6LgD44=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "4c5106ed0f3168ff2df21b646aef67e86cbfc11c", "rev": "4a724cb84cc3aa464af1713d11bf0cfbbdb56c00",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -125,11 +125,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1657781616, "lastModified": 1658227863,
"narHash": "sha256-M/wl8+gRNELNhEmNjWTZVf61lfZIyiUn/NkyEqQAW80=", "narHash": "sha256-QoRmU18dCYnZy8ks9cz2ZhsGW+AVo1pioLrs+s/8Tkg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "76c9664813ed7082115ac7efb8a1619a804a631f", "rev": "0015f5cc098fae520aae458b8547e44a38aacf92",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -189,11 +189,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1658119717, "lastModified": 1658240757,
"narHash": "sha256-4upOZIQQ7Bc4CprqnHsKnqYfw+arJeAuU+QcpjYBXW0=", "narHash": "sha256-dG4NfEQkllCmRHmZScd+5NA+ncuWNO9KdeWltl9zFjA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9eb60f25aff0d2218c848dd4574a0ab5e296cabe", "rev": "d57f20b903c801b9325aea6279a4d61d19368fb0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -7,6 +7,8 @@
../../modules/builder ../../modules/builder
]; ];
nixpkgs.config.allowBroken = true;
# List packages installed in system profile. To search by name, run: # List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget # $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [ cmake deno elixir emacs go niv nodejs rustup ]; environment.systemPackages = with pkgs; [ cmake deno elixir emacs go niv nodejs rustup ];