nixos/oci-image: Minor cleanup

This commit is contained in:
Samuel Dionne-Riel 2021-05-28 21:52:04 -04:00 committed by Thiago Kenji Okada
parent 5056824e64
commit 3a35abf169

View file

@ -1,8 +1,5 @@
{ config, lib, pkgs, ... }:
with lib;
{
imports = [ ./oci-common.nix ];