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:
parent
bbcca38932
commit
5e7747be98
@ -79,7 +79,7 @@ in
|
||||
{ config, ... }:
|
||||
{
|
||||
system.build = {
|
||||
boostrapIso = (config.lib.digga.mkBuild
|
||||
bootstrapIso = (config.lib.digga.mkBuild
|
||||
(protoModule config)
|
||||
).config.system.build.isoImage;
|
||||
};
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
nixConfig = import ./nix-config.nix;
|
||||
bootstrapIso = import ./boostrap-iso.nix;
|
||||
bootstrapIso = import ./bootstrap-iso.nix;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user