Disallow broken packages

This commit is contained in:
Kiana Sheibani 2022-03-14 08:30:15 -04:00
parent 739dd462fd
commit 022acaa787

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 = "snake";