flake: fix not-os #5

Merged
sb10q merged 1 commits from fsagbuya/nix-servo:not-os into master 2023-12-12 17:04:59 +08:00
Collaborator

Description

Fix not-os failure to build in recent nixpkgs.

Closes #3

Test:

nix build -L .#packages.armv7l-linux.zc706-not-os && ls -lhLs ./result/
2.4M -r--r--r--  2 root root 2.4M Jan  1  1970 initrd
4.0K -r-xr-xr-x  2 root root  616 Jan  1  1970 qemu-script
 50M -r--r--r--  2 root root  50M Jan  1  1970 root.squashfs
4.0K dr-xr-xr-x  2 root root 4.0K Jan  1  1970 toplevel
 15M -r-xr-xr-x  2 root root  15M Jan  1  1970 zImage
 20K -r-xr-xr-x 23 root root  19K Jan  1  1970 zynq-zc702.dtb

Opened a PR upstream for equivalent fix:
https://github.com/cleverca22/not-os/pull/25

## Description Fix not-os failure to build in recent nixpkgs. Closes #3 **Test:** ``` nix build -L .#packages.armv7l-linux.zc706-not-os && ls -lhLs ./result/ 2.4M -r--r--r-- 2 root root 2.4M Jan 1 1970 initrd 4.0K -r-xr-xr-x 2 root root 616 Jan 1 1970 qemu-script 50M -r--r--r-- 2 root root 50M Jan 1 1970 root.squashfs 4.0K dr-xr-xr-x 2 root root 4.0K Jan 1 1970 toplevel 15M -r-xr-xr-x 2 root root 15M Jan 1 1970 zImage 20K -r-xr-xr-x 23 root root 19K Jan 1 1970 zynq-zc702.dtb ``` Opened a PR upstream for equivalent fix: https://github.com/cleverca22/not-os/pull/25
fsagbuya force-pushed not-os from 903a33289c to 0f1acb3e10 2023-12-12 16:50:03 +08:00 Compare
Author
Collaborator

Updated using IFD pattern for not-os patches.

Updated using IFD pattern for `not-os` patches.
sb10q merged commit 0f1acb3e10 into master 2023-12-12 17:04:59 +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#5
No description provided.