Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@
cheriot = pkgs.mkShell {
name = "cheriot";
packages =
(with lowrisc_pkgs; [llvm_cheriot xmake])
(with lowrisc_pkgs; [llvm_cheriot])
++ (with pkgs; [
xmake
gnumake
magic-enum
srecord
Expand Down
1 change: 0 additions & 1 deletion pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
# CherIoT packages
spike-ibex-cosim = pkgs.callPackage ./spike.nix {};
llvm_cheriot = pkgs.callPackage ./llvm_cheriot.nix {};
xmake = pkgs.callPackage ./xmake {};
cheriot-sim = pkgs.callPackage ./cheriot-sim.nix {};
cheriot-audit = pkgs.callPackage ./cheriot-audit.nix {};

Expand Down
46 changes: 0 additions & 46 deletions pkgs/xmake/default.nix

This file was deleted.

26 changes: 0 additions & 26 deletions pkgs/xmake/macosx.patch

This file was deleted.