fix build

This commit is contained in:
soraefir
2026-05-30 18:03:38 +02:00
parent 4217227070
commit 509f55db30
4 changed files with 134 additions and 16 deletions

View File

@@ -15,7 +15,6 @@ in {
enableFHS = true;
};
environment.systemPackages = with pkgs;
[
# android-tools

View File

@@ -16,7 +16,7 @@ in with lib; {
};
defaultUser = mkOption { type = types.str; };
make = import ./make.nix {inherit lib;};
net = import ./net.nix {inherit lib;};
net = import ./net.nix {inherit lib;};
users = mkOption {
type = types.listOf (types.submodule { options = import ./user.nix {inherit lib;}; });
default = [ ];