mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 20:30:37 -05:00
Add aarch64 support
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
let
|
||||
pkgs = import ./pkgs.nix;
|
||||
{
|
||||
system ? builtins.currentSystem
|
||||
}: let
|
||||
pkgs = import ./pkgs.nix system;
|
||||
in
|
||||
pkgs.docker-nixpkgs
|
||||
|
||||
Reference in New Issue
Block a user