1
0
forked from clan/clan-core

schema-check: set clanName dummy

This commit is contained in:
Jörg Thalheim 2024-01-11 18:02:50 +01:00
parent 8d63bb8fd1
commit 72409a800a

View File

@ -7,6 +7,7 @@ let
(import (pkgs.path + "/nixos/modules/module-list.nix"))
++ [{
nixpkgs.hostPlatform = "x86_64-linux";
clanCore.clanName = "dummy";
}];
};