Skip to content

Commit

Permalink
Remove rcmBoot TODO, this "just works" now that we have flasherPkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbaur committed Nov 21, 2024
1 parent e8fc767 commit 73768e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions device-pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ let
);

# Produces a script which boots into this NixOS system via RCM mode
# TODO: This doesn't work currently because `rcmBoot` would need to be built
# on x86_64, and the machine in `config` should be aarch64-linux
rcmBoot = writeShellApplication {
name = "rcmboot-nixos";
text = mkRcmBootScript {
Expand Down

0 comments on commit 73768e9

Please sign in to comment.