1 2 3 4 5 6 7 8
{ system ? builtins.currentSystem }: let flake-compat = import ./flake-compat.nix { inherit system; }; in flake-compat.defaultNix.packages.${system} or (throw "The system '${system}' is not supported. Please open an issue!")