From 4bc1a4e8472409404896f920a9876ead4969e75f Mon Sep 17 00:00:00 2001 From: zimbatm Date: Sat, 19 Jan 2019 22:43:33 +0100 Subject: [PATCH] set system to x86_64-linux --- default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.nix b/default.nix index 66d4d1f..50c85bc 100644 --- a/default.nix +++ b/default.nix @@ -1,5 +1,7 @@ { nixpkgs ? }: import nixpkgs { + # docker images run on Linux + system = "x86_64-linux"; config = {}; overlays = [ (import ./overlay.nix)