Skip to content

Commit

Permalink
nix: Add more shell aliases
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Jul 12, 2024
1 parent 6244b4f commit 76034e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hacking/nix/scope/world/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ mkShell (seL4RustEnvVars // kernelLoaderConfigEnvVars // capdlEnvVars // bindgen
];

shellHook = ''
# abbreviation
export h=$HOST_CARGO_FLAGS
export t="--target $RUST_SEL4_TARGET"
export bt="--target $RUST_BARE_METAL_TARGET"
'';
})

0 comments on commit 76034e5

Please sign in to comment.