set system to x86_64-linux

This commit is contained in:
zimbatm 2019-01-19 22:43:33 +01:00
parent 28227b7c9e
commit 4bc1a4e847
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7

View file

@ -1,5 +1,7 @@
{ nixpkgs ? <nixpkgs> }: { nixpkgs ? <nixpkgs> }:
import nixpkgs { import nixpkgs {
# docker images run on Linux
system = "x86_64-linux";
config = {}; config = {};
overlays = [ overlays = [
(import ./overlay.nix) (import ./overlay.nix)