high tech fast game structs

This commit is contained in:
2021-01-07 23:44:44 +01:00
parent a638ba8c6a
commit 8d6365b4a2
6 changed files with 608 additions and 18 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
let
moz_overlay = import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz);
nixpkgs = import <nixos-unstable> { overlays = [ moz_overlay ]; };
rustNightlyChannel = (nixpkgs.rustChannelOf { date = "2020-03-19"; channel = "nightly"; }).rust.override {
rustNightlyChannel = (nixpkgs.rustChannelOf { date = "2021-01-01"; channel = "nightly"; }).rust.override {
extensions = [
"rust-src"
"rls-preview"
@@ -22,7 +22,7 @@ with nixpkgs;
stdenv.mkDerivation {
name = "moz_overlay_shell";
buildInputs = [
rustStableChannel
rustNightlyChannel
(vscode-with-extensions.override {
vscodeExtensions = with vscode-extensions; [
bbenoist.Nix