Skip to content

Conversation

@acid-bong
Copy link
Contributor

@acid-bong acid-bong commented Apr 20, 2025

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: module (update) This PR changes an existing module in `nixos/` 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Apr 20, 2025
@acid-bong
Copy link
Contributor Author

acid-bong commented Apr 20, 2025

Since the module has no maintainers, i'll cc @omasanori to have a look (i hope they're alive)

@nixpkgs-ci nixpkgs-ci bot added the 9.needs: reviewer This PR currently has no reviewers requested and needs attention. label Jul 4, 2025
@acid-bong
Copy link
Contributor Author

@wolfgangwalther another maintainer hasn't been active on Github over half a year

@evysgarden evysgarden self-requested a review September 6, 2025 13:49
@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-ready-for-review/3032/5841

@nixpkgs-ci nixpkgs-ci bot added 12.approvals: 1 This PR was reviewed and approved by one person. and removed 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Sep 6, 2025
@wolfgangwalther wolfgangwalther changed the title nixos/kmscon: refactor nixos/kmscon: add package option Sep 6, 2025
@6543 6543 requested a review from wolfgangwalther September 7, 2025 13:48
@wolfgangwalther wolfgangwalther merged commit 9a35d07 into NixOS:master Sep 7, 2025
30 of 32 checks passed
@acid-bong acid-bong deleted the refactor/kmscon branch September 7, 2025 15:30
type = types.bool;
default = false;
};
useXkbConfig = mkEnableOption "configure keymap from xserver keyboard settings.";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This now reads rather odd.

Whether to enable configure keymap from xserver keyboard settings..

};
package = mkPackageOption pkgs "kmscon" { };

hwRender = mkEnableOption "3D hardware acceleration to render the console.";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The final dot should not be here

Whether to enable 3D hardware acceleration to render the console..

default = false;
};
enable = mkEnableOption ''
kmscon as the virtual console instead of gettys.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dot should also not be here.

@SuperSandro2000
Copy link
Member

#441468

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: module (update) This PR changes an existing module in `nixos/` 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 12.approvals: 1 This PR was reviewed and approved by one person.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Module Request: nixos/nixos/modules/services/ttys/kmscon.nix : add package override option

6 participants