about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2023-06-26 00:22:20 +0200
committerEmile <git@emile.space>2023-06-26 00:22:20 +0200
commit0979743c974765792fae2b31bd7da8e4d79ddd14 (patch)
tree6bbcb6e105200906a4fb611deaa7abc753e6dee9
parentc6f4cecac75a6c243328d608df6305800d8cc594 (diff)
test with only the x86_64-linux version
-rw-r--r--flake.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index b0e5d4b..55b9cac 100644
--- a/flake.nix
+++ b/flake.nix
@@ -6,10 +6,10 @@
   };
 
   outputs = { self, flake-utils, naersk, nixpkgs }:
-    flake-utils.lib.eachDefaultSystem (system:
+    #flake-utils.lib.eachDefaultSystem (system:
       let
         pkgs = (import nixpkgs) {
-          inherit system;
+          # inherit system;
         };
 
         naersk' = pkgs.callPackage naersk {};
@@ -32,6 +32,6 @@
             src = ./.;
           };
         };
-      }
-    );
+      };
+    # );
 }
\ No newline at end of file