We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d2ae3 commit ab73472Copy full SHA for ab73472
flake.nix
@@ -90,8 +90,9 @@
90
cheriot = pkgs.mkShell {
91
name = "cheriot";
92
packages =
93
- (with lowrisc_pkgs; [llvm_cheriot xmake])
+ (with lowrisc_pkgs; [llvm_cheriot])
94
++ (with pkgs; [
95
+ xmake
96
gnumake
97
magic-enum
98
srecord
pkgs/default.nix
@@ -19,7 +19,6 @@
19
# CherIoT packages
20
spike-ibex-cosim = pkgs.callPackage ./spike.nix {};
21
llvm_cheriot = pkgs.callPackage ./llvm_cheriot.nix {};
22
- xmake = pkgs.callPackage ./xmake {};
23
cheriot-sim = pkgs.callPackage ./cheriot-sim.nix {};
24
cheriot-audit = pkgs.callPackage ./cheriot-audit.nix {};
25
pkgs/xmake/default.nix
pkgs/xmake/macosx.patch
0 commit comments