Update dependencies and fix deprecated pkgs.writeReferencesToFile #62

Merged
sb10q merged 1 commits from fsagbuya/nix-servo:deprecation into master 2024-08-17 17:37:24 +08:00
Collaborator

Description

  • Update nixpkgs to 24.05 stable.
  • Pin Linux to v6.6 LTS (version used for the fpga_manager patches)
  • Fix pkgs.writeReferencesToFile deprecation.
  • Rebased patches because of updates.

Closes #60.

${pkgs.writeClosure [ pkgs.bash ] is used instead of ${pkgs.writeClosure [ pkgs.runtimeShell ] because of this error:

error: path '/nix/store/rqi78mvy9q750g9pjicyy8p9g8x86qs1-bash-armv7l-unknown-linux-gnueabihf-5.2p26/bin/bash' is not in the Nix store
### Description - Update nixpkgs to 24.05 stable. - Pin Linux to v6.6 LTS (version used for the `fpga_manager` patches) - Fix ` pkgs.writeReferencesToFile` deprecation. - Rebased patches because of updates. Closes #60. `${pkgs.writeClosure [ pkgs.bash ]` is used instead of `${pkgs.writeClosure [ pkgs.runtimeShell ]` because of this error: ``` error: path '/nix/store/rqi78mvy9q750g9pjicyy8p9g8x86qs1-bash-armv7l-unknown-linux-gnueabihf-5.2p26/bin/bash' is not in the Nix store ```
fsagbuya added 3 commits 2024-07-03 10:51:55 +08:00
sb10q merged commit b2dedd77ad into master 2024-07-03 13:05:22 +08:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nix-servo#62
No description provided.