Add devshell

This commit is contained in:
xenia 2024-02-03 12:02:29 +01:00
parent 91023adad3
commit 758b9c9cb7

View File

@ -21,6 +21,10 @@
NIX_GIT_SHA_SHORT = if self ? rev then builtins.substring 0 7 self.rev else "dirty";
};
packages.default = packages.fox32asm;
devShells.default = pkgs.mkShell {
packages = [ pkgs.cargo ];
};
}
);
}