Skip to content

Commit

Permalink
update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
StarGate01 committed Jul 4, 2022
1 parent 1072d44 commit 6ca50cd
Show file tree
Hide file tree
Showing 2 changed files with 5 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.

7 changes: 2 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
nixpkgs.url = "github:nixos/nixpkgs";
nixpkgs-fontconv.url = "github:jvanbruegge/nixpkgs/lv_font_conv";
nixpkgs-pyanrfutil.url = "github:StarGate01/nixpkgs/pyanrfutil";
nixpkgs-newt.url = "github:StarGate01/nixpkgs/mynewt-newt";
};

outputs = { self, nixpkgs, nixpkgs-fontconv, nixpkgs-pyanrfutil, nixpkgs-newt }:
outputs = { self, nixpkgs, nixpkgs-fontconv, nixpkgs-pyanrfutil }:
let
pkgs = import nixpkgs {
system = "x86_64-linux";
Expand All @@ -15,7 +14,6 @@
};
pkgs-fontconv = nixpkgs-fontconv.legacyPackages.x86_64-linux;
pkgs-pyanrfutil = nixpkgs-pyanrfutil.legacyPackages.x86_64-linux;
pkgs-newt = nixpkgs-newt.legacyPackages.x86_64-linux;
in
{
devShell.x86_64-linux =
Expand All @@ -28,12 +26,11 @@
buildInputs = with pkgs; [
gcc-arm-embedded
pkgs-fontconv.nodePackages.lv_font_conv
pkgs-newt.mynewt-newt
cmake
openocd
segger-jlink
nrf-command-line-tools
pkgs-newt.mynewt-newt
mynewt-newt
nrf5-sdk
clang-tools
(python3.withPackages (ps: with ps; [
Expand Down

0 comments on commit 6ca50cd

Please sign in to comment.