Skip to content

Commit

Permalink
nix: Fix top-level
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Oct 24, 2023
1 parent 7bd19a6 commit 40191fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hacking/nix/top-level/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,12 @@ in {
prerequisites = aggregate "prerequisites" [
pkgs.host.riscv64.none.gccMultiStdenvGeneric
pkgs.build.this.qemuForSeL4
pkgs.build.this.cargoManifestGenrationUtils.rustfmtWithTOMLSupport
pkgs.build.this.capdl-tool
pkgs.build.this.vendoredTopLevelLockfile.vendoredSourcesDirectory

(lib.forEach (with pkgs.host; [ aarch64 aarch32 ]) (arch:
arch.none.this.platUtils.rpi4.defaultBootLinks
))

# unecessary
generatedSources.check
];

incremental = aggregate "incremental" [
Expand Down

0 comments on commit 40191fc

Please sign in to comment.