Compare commits
No commits in common. "123d3e1f0414341a2bfe19a5682180735fb63523" and "33c2086d9e985059574302b42560e769f14587de" have entirely different histories.
123d3e1f04
...
33c2086d9e
2 changed files with 0 additions and 2 deletions
|
@ -76,7 +76,6 @@
|
|||
# import the full shell using `nix develop .#full`
|
||||
full = shellWithPackages (with pkgs; [
|
||||
rustfmt
|
||||
rust-analyzer
|
||||
clang
|
||||
mold
|
||||
# ---- extra packages for dev tasks ----
|
||||
|
|
|
@ -11,7 +11,6 @@ in
|
|||
{
|
||||
# --- Dev shell inherited from flake.nix ---
|
||||
devShell = devShells.default;
|
||||
devShellFull = devShells.full;
|
||||
|
||||
# --- Continuous integration shell ---
|
||||
# The shell used for all CI jobs (along with devShell)
|
||||
|
|
Loading…
Reference in a new issue