mirror of
https://github.com/nix-community/linuxkit-nix.git
synced 2024-11-26 03:29:23 +03:00
6 lines
125 B
Nix
6 lines
125 B
Nix
{ pkgs ? import <nixpkgs> { } }:
|
|
(import pkgs.path {
|
|
system = "x86_64-darwin";
|
|
overlays = [ (import ./overlay.nix) ];
|
|
})
|