ref: organize lib folder

This commit is contained in:
David Arnold 2021-05-28 16:19:03 -05:00
parent 7b057d8c0f
commit bf64929797
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08
6 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
with lib;
with import ../../lib/docker.nix { inherit lib pkgs; };
with import ../../lib/docker { inherit lib pkgs; };
let
testing = config.testing;