We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6366c7b commit c3463f7Copy full SHA for c3463f7
flake.nix
@@ -66,18 +66,21 @@
66
devenv.shells.default = {
67
stdenv = pkgs-glibc237.stdenv;
68
69
- packages = with pkgs; [
+ packages = with pkgs-glibc237; [
70
libbfd
71
bintools-unwrapped
72
libunwind
73
+
74
+ cargo
75
+ rustc
76
];
77
- languages = {
- rust = {
- enable = true;
78
- channel = "stable";
79
- };
80
+ # languages = {
+ # rust = {
+ # enable = true;
81
+ # channel = "stable";
82
+ # };
83
84
};
85
86
0 commit comments