Skip to content

cheesecutter: Fix build, modernise#481969

Merged
OPNA2608 merged 2 commits intoNixOS:masterfrom
OPNA2608:fix/cheesecutter-c23
Jan 27, 2026
Merged

cheesecutter: Fix build, modernise#481969
OPNA2608 merged 2 commits intoNixOS:masterfrom
OPNA2608:fix/cheesecutter-c23

Conversation

@OPNA2608
Copy link
Contributor

theyamo/CheeseCutter#60

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

This code base is unlikely to see much more development.
- Fix version not starting with last release's version
- src.hash to current-day format
- lib.optional -> lib.optionals for consistency ([] ++ [])
- Enable strictDeps
- enableParallelBuilding = true (tested with 30 cores)
- Add runHook pre-/postInstall calls
- Add meta.mainProgram
@nixpkgs-ci nixpkgs-ci bot added 2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 9.needs: reviewer This PR currently has no reviewers requested and needs attention. labels Jan 20, 2026
@OPNA2608 OPNA2608 added this pull request to the merge queue Jan 27, 2026
Merged via the queue into NixOS:master with commit 449fa04 Jan 27, 2026
35 of 37 checks passed
@OPNA2608 OPNA2608 deleted the fix/cheesecutter-c23 branch January 27, 2026 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". 9.needs: reviewer This PR currently has no reviewers requested and needs attention. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant