Skip to content

Commit

Permalink
add pkgs from NixOS/nixpkgs#255185
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Huber <[email protected]>
  • Loading branch information
maxhbr committed Jan 18, 2024
1 parent 44dc043 commit ccaed77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,7 @@
nrf-command-line-tools = pkgs.callPackage ./pkgs_from_pr_255185/nrf-command-line-tools {
segger-jlink = self.packages."${system}".segger-jlink;
};
nrfconnect = pkgs.callPackage ./pkgs_from_pr_255185/nrfconnect {
acceptLicense = true;
};
nrfconnect = pkgs.callPackage ./pkgs_from_pr_255185/nrfconnect { };
segger-jlink = pkgs.callPackage ./pkgs_from_pr_255185/segger-jlink { };
});

Expand Down

0 comments on commit ccaed77

Please sign in to comment.