Add aarch64 support
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
d08f067665
commit
87327a573a
7 changed files with 30 additions and 8 deletions
|
@ -1,4 +1,6 @@
|
|||
let
|
||||
pkgs = import ./pkgs.nix;
|
||||
{
|
||||
system ? builtins.currentSystem
|
||||
}: let
|
||||
pkgs = import ./pkgs.nix system;
|
||||
in
|
||||
pkgs.docker-nixpkgs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue