mirror of
https://github.com/kittywitch/esp32-c3-meepy.git
synced 2026-02-09 07:59:18 -08:00
feat: god damn
This commit is contained in:
parent
2c32b306c1
commit
f3310667d9
4 changed files with 30 additions and 4 deletions
|
|
@ -9,6 +9,7 @@
|
|||
outputs = { nixpkgs, flake-utils, esp-rs-nix, ... }@inputs: let
|
||||
mkPkgs = system: (import nixpkgs) {
|
||||
inherit system;
|
||||
rust.rustcTarget = "riscv32imc-unknown-none-elf";
|
||||
};
|
||||
eachSystemOutputs = flake-utils.lib.eachDefaultSystem (system: let
|
||||
pkgs = mkPkgs system;
|
||||
|
|
@ -20,9 +21,9 @@
|
|||
esp-rs
|
||||
pkgs.rustup
|
||||
pkgs.espflash
|
||||
#pkgs.rust-analyzer
|
||||
pkgs.pkg-config
|
||||
pkgs.stdenv.cc
|
||||
#pkgs.rust-analyzer
|
||||
#pkgs.bacon
|
||||
#pkgs.systemdMinimal
|
||||
#pkgs.lunarvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue