Skip to content

modules/noctalia: init#169

Open
Kruemmelspalter wants to merge 1 commit into
Lassulus:mainfrom
sometreee:noctalia
Open

modules/noctalia: init#169
Kruemmelspalter wants to merge 1 commit into
Lassulus:mainfrom
sometreee:noctalia

Conversation

@Kruemmelspalter

@Kruemmelspalter Kruemmelspalter commented Jun 11, 2026

Copy link
Copy Markdown

waiting for

@Kruemmelspalter Kruemmelspalter changed the title WIP: add noctalia module modules/noctalia: init Jun 11, 2026
@zimward

zimward commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

ah the failure is to be expected given that its not yet in nixpkgs ig. guess i need to update the flake lock once its merged

@zimward

zimward commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

otherwise looks like any of the simple modules so far, so nothing to nitpick from my side

@Kruemmelspalter Kruemmelspalter marked this pull request as ready for review June 17, 2026 16:31
@Kruemmelspalter

Kruemmelspalter commented Jun 17, 2026

Copy link
Copy Markdown
Author

as of NixOS/nixpkgs#530804, the noctalia package will probably not be upstreamed into nixpkgs until v5 is actually released
until then, I added the package build directly in here and will switch it over when it lands in nixpkgs

@Kruemmelspalter Kruemmelspalter force-pushed the noctalia branch 3 times, most recently from 64012ce to 158933a Compare June 17, 2026 17:12
@Kruemmelspalter Kruemmelspalter force-pushed the noctalia branch 2 times, most recently from 1b79fb2 to d606392 Compare July 1, 2026 12:55
@Kruemmelspalter

Kruemmelspalter commented Jul 1, 2026

Copy link
Copy Markdown
Author

the package now has to be supplied when calling the module like

wrapperModules.noctalia.apply {
  inherit pkgs;
  package = <package>;
  settings = <...>;
}

@zimward

zimward commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

the package now has to be supplied when calling the module like

wrapperModules.noctalia.apply {
  inherit pkgs;
  package = <package>;
  settings = <...>;
}

you still need to remove the check then because there is no package to actually drive it

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants