From d85d4a051488255788082282ae11bed7b7536cde Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 8 Mar 2024 20:26:40 +0100 Subject: [PATCH] Add support for all systems --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5e55472..1e4cc62 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; outputs = { self, nixpkgs, flake-utils }: - flake-utils.lib.eachDefaultSystem (system: + flake-utils.lib.eachSystem flake-utils.lib.allSystems (system: let pkgs = import nixpkgs { inherit system; };