1
1
mirror of https://github.com/divnix/digga.git synced 2025-01-09 01:26:43 +03:00

fix: typos in bootstrap ISO image

This commit is contained in:
David Arnold 2021-07-27 20:41:28 -05:00 committed by Parthiv Seetharaman
parent bbcca38932
commit 5e7747be98
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ in
{ config, ... }:
{
system.build = {
boostrapIso = (config.lib.digga.mkBuild
bootstrapIso = (config.lib.digga.mkBuild
(protoModule config)
).config.system.build.isoImage;
};

View File

@ -1,4 +1,4 @@
{
nixConfig = import ./nix-config.nix;
bootstrapIso = import ./boostrap-iso.nix;
bootstrapIso = import ./bootstrap-iso.nix;
}