fix build
This commit is contained in:
@@ -15,7 +15,6 @@ in {
|
||||
enableFHS = true;
|
||||
};
|
||||
|
||||
|
||||
environment.systemPackages = with pkgs;
|
||||
[
|
||||
# android-tools
|
||||
|
||||
@@ -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 = [ ];
|
||||
|
||||
Reference in New Issue
Block a user