@@ -15,7 +15,14 @@
flake-utils,
...
}:
flake-utils.lib.eachDefaultSystem (
let
supportedSystems = [
"x86_64-linux"
"aarch64-linux"
"s390x-linux"
];
in
flake-utils.lib.eachSystem supportedSystems (
system:
pkgs = import nixpkgs { inherit system; };
The note is not visible to the blocked user.