mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 20:30:37 -05:00
set system to x86_64-linux
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user