Skip to content

liff/j-link-flake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Nix flake for SEGGER J-Link.

The package version is automatically updated daily.

Usage

In addition to the j-link package and app, this Flake provides a NixOS module that installs the package and sets up the USB device permissions.

{
  inputs.j-link.url = "github:liff/j-link-flake";

  outputs = { self, nixpkgs, j-link }: {
    # replace 'joes-desktop' with your hostname here.
    nixosConfigurations.joes-desktop = nixpkgs.lib.nixosSystem {
      system = "x86_64-linux";
      modules = [
        # …
        j-link.nixosModule
      ];
    };
  };
}

Note on unfree packages

Due to limitations of flakes, this flake enables config.allowUnfree on its import of nixpkgs, meaining that packages can be built without otherwise enabling unfree software.

About

Nix flake for SEGGER J-Link

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages