Skip to content

Commit

Permalink
chore: remove microkit-sdk-bin pkg
Browse files Browse the repository at this point in the history
Signed-off-by: Wanja Zaeske <[email protected]>
  • Loading branch information
Wanja Zaeske committed Aug 14, 2024
1 parent 900ebf0 commit 64a2e44
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
### microkit(-sdk)
#
microkit-sdk = pkgs.microkit-sdk;
microkit-sdk-bin = pkgs.microkit-sdk-bin;

#
### seL4 Kernel Flavours
Expand Down Expand Up @@ -526,13 +525,14 @@
bear
gnumake
qemu
microkit-sdk
];

# mitigates the following errors:
# undefined reference to `__stack_chk_guard'
# undefined reference to `__stack_chk_fail'
hardeningDisable = [ "all" ];
env.MICROKIT_SDK = pkgs.microkit-sdk-bin;
env.MICROKIT_SDK = pkgs.microkit-sdk;
};


Expand Down
1 change: 0 additions & 1 deletion overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ final: prev: {

# microkit
microkit-sdk = prev.callPackage pkgs/microkit-sdk.nix { };
microkit-sdk-bin = prev.callPackage pkgs/microkit-sdk-bin.nix { };


# overlay python packages
Expand Down
16 changes: 0 additions & 16 deletions pkgs/microkit-sdk-bin.nix

This file was deleted.

0 comments on commit 64a2e44

Please sign in to comment.