Skip to content

Commit

Permalink
nix: Bump Microkit dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Jun 27, 2024
1 parent 638112a commit 803a75d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hacking/nix/scope/microkit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ let
--sel4=${kernelSourcePatched} \
--boards ${board} \
--configs ${config} \
--skip-tool \
--skip-docs \
--skip-tar
Expand Down
2 changes: 1 addition & 1 deletion hacking/nix/scope/sources.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ in rec {

microkit = fetchGit {
url = "https://github.com/coliasgroup/microkit.git";
rev = "fdcccc7d4af51c35ca2992ba6839955e4b44a039"; # branch "rust-nix"
rev = "e300c3298023aad9b2d1df9c36f8229e8001a59a"; # branch "rust-nix"
local = localRoot + "/microkit";
};

Expand Down

0 comments on commit 803a75d

Please sign in to comment.