8 lines
No EOL
173 B
Nix
8 lines
No EOL
173 B
Nix
{ pkgs, lib, system ? "x86_64-linux", ... }:
|
|
let
|
|
images = import ./images { inherit pkgs lib system; };
|
|
in
|
|
{
|
|
inherit images;
|
|
inherit (images.commons) customizeImage;
|
|
} |