239: Minor cleanup r=Mic92 a=SuperSandro2000



Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
bors[bot] 2023-05-19 04:59:24 +00:00 committed by GitHub
commit 2d3d52a1e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ let
diskFormat =
if flake != null then
(pkgs.lib.attrByPath [ "diskoConfigurations" flakeAttr ] (builtins.abort "${flakeAttr} does not exist") (builtins.getFlake flake)) args
(lib.attrByPath [ "diskoConfigurations" flakeAttr ] (builtins.abort "${flakeAttr} does not exist") (builtins.getFlake flake)) args
else
import diskoFile ({ inherit lib; } // args);