🩹 heraclitus: allowBroken

This commit is contained in:
2022-07-19 20:40:10 -04:00
parent 9d4e65d835
commit b7551fa85c
2 changed files with 11 additions and 9 deletions

View File

@ -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 ];