Disallow broken packages

This commit is contained in:
Kiana Sheibani 2022-03-14 08:22:34 -04:00
parent ff39f745a9
commit 51f9b9244e

View file

@ -5,7 +5,7 @@
flake-utils.lib.eachDefaultSystem (system:
let
overlays = [];
pkgs = import nixpkgs { inherit system overlays; config.allowBroken = true; };
pkgs = nixpkgs.legacyPackages.${system};
# package/executable name
packageName = "";