lib/extras: rename flake helpers file

This commit is contained in:
Gabriel Arazas 2024-01-15 14:55:31 +08:00
parent 073ddff676
commit ec1e36ced6
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
outputs = inputs@{ self, nixpkgs, ... }: outputs = inputs@{ self, nixpkgs, ... }:
let let
# A set of image-related utilities for the flake outputs. # A set of image-related utilities for the flake outputs.
inherit (import ./lib/extras/images.nix { inherit lib inputs; }) mkHost mkHome mkImage listImagesWithSystems; inherit (import ./lib/extras/flake-helpers.nix { inherit lib inputs; }) mkHost mkHome mkImage listImagesWithSystems;
# We're considering this as the variant since we'll export the custom # We're considering this as the variant since we'll export the custom
# library as `lib` in the output attribute. # library as `lib` in the output attribute.