Disallow broken packages
This commit is contained in:
parent
ff39f745a9
commit
51f9b9244e
|
@ -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 = "";
|
||||
|
|
Loading…
Reference in a new issue