systems: only for x86_64-linux
All checks were successful
check / test (pull_request) Successful in 4s

This commit is contained in:
DavHau 2023-07-31 20:06:16 +02:00
parent 6528557163
commit 7bd2630bd9

View File

@ -12,7 +12,7 @@
outputs = inputs@{ self, flake-parts, ... }:
flake-parts.lib.mkFlake { inherit inputs; } ({ lib, ... }: {
systems = lib.systems.flakeExposed;
systems = [ "x86_64-linux" ];
imports = [
./flake-parts/deploy.nix
./flake-parts/devShells