diff options
-rw-r--r-- | flake.nix | 8 |
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 |