Skip to content

Commit

Permalink
use 1.81.1 toolchain on nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges Palauqui committed Oct 16, 2024
1 parent 794d17a commit 7026d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ pkgs ? import <nixpkgs> {}}:
let
esp-rs-src = builtins.fetchTarball "https://github.com/leighleighleigh/esp-rs-nix/archive/master.tar.gz";
esp-rs-src = builtins.fetchTarball "https://github.com/Georges760/esp-rs-nix/archive/v1.81.tar.gz";
esp-rs = pkgs.callPackage "${esp-rs-src}/esp-rs/default.nix" {};
in
pkgs.mkShell rec {
Expand Down

0 comments on commit 7026d8a

Please sign in to comment.