diff --git a/flake.nix b/flake.nix index c8cbcf2..757f1e1 100644 --- a/flake.nix +++ b/flake.nix @@ -24,9 +24,11 @@ # Supported systems for your flake packages, shell, etc. systems = [ "aarch64-linux" - "i686-linux" "x86_64-linux" ]; + # This is a function that generates an attribute by calling a function you + # pass to it, with each system as an argument + forAllSystems = nixpkgs.lib.genAttrs systems; in { # Your custom packages # Accessible through 'nix build', 'nix shell', etc