Skip to content

Commit

Permalink
Update flake, adjust mynewt core for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
StarGate01 committed Jul 30, 2022
1 parent ed1fac3 commit 126b051
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 25 deletions.
23 changes: 3 additions & 20 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs";
nixpkgs-fontconv.url = "github:jvanbruegge/nixpkgs/lv_font_conv";
nixpkgs-pyanrfutil.url = "github:StarGate01/nixpkgs/pyanrfutil";
};

outputs = { self, nixpkgs, nixpkgs-fontconv, nixpkgs-pyanrfutil }:
outputs = { self, nixpkgs, nixpkgs-pyanrfutil }:
let
pkgs = import nixpkgs {
system = "x86_64-linux";
config.allowUnfree = true;
config.segger-jlink.acceptLicense = true;
};
pkgs-fontconv = nixpkgs-fontconv.legacyPackages.x86_64-linux;
pkgs-pyanrfutil = nixpkgs-pyanrfutil.legacyPackages.x86_64-linux;
in
{
Expand All @@ -25,7 +23,7 @@

buildInputs = with pkgs; [
gcc-arm-embedded
pkgs-fontconv.nodePackages.lv_font_conv
nodePackages.lv_font_conv
cmake
openocd
segger-jlink
Expand Down
2 changes: 1 addition & 1 deletion pinetime-mcuboot-bootloader

0 comments on commit 126b051

Please sign in to comment.