Skip to content
Snippets Groups Projects
Commit 4dbd97ba authored by Millian Poquet's avatar Millian Poquet
Browse files

nix: oops (list all default systems)

parent dcb637e5
Branches main
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment