From 4dbd97ba8131858837b5761d15c0d824a3f1c4ab Mon Sep 17 00:00:00 2001 From: Millian Poquet <millian.poquet@irit.fr> Date: Sat, 26 Oct 2024 17:22:44 +0200 Subject: [PATCH] nix: oops (list all default systems) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bfbe36b..4ffad74 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ }; outputs = { self, nixpkgs, nur-kapack, intervalset-flake, flake-utils, batprotocol-flake, batsim-flake }: - flake-utils.lib.eachSystem [ "x86_64-linux" ] (system: + flake-utils.lib.eachDefaultSystem (system: let pkgs = import nixpkgs { inherit system; }; py = pkgs.python3; -- GitLab