Disallow broken packages
This commit is contained in:
parent
739dd462fd
commit
022acaa787
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue