From 0979743c974765792fae2b31bd7da8e4d79ddd14 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 26 Jun 2023 00:22:20 +0200 Subject: test with only the x86_64-linux version --- flake.nix | 8 ++++---- 1 file 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 -- cgit 1.4.1