File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ More testing is needed; currently only `x86-64_linux` is tested, and only a bit.
55Additionally, more variants (e.g. an FHS variant) might be desirable.
66
77## Usage
8- 1 . Include the flake in you nix configuration
8+ 1 . Include the flake in your Nix configuration flake's inputs:
99 ``` nix
1010 binaryninja = {
1111 url = "github:jchv/nix-binary-ninja";
1212 inputs.nixpkgs.follows = "nixpkgs";
1313 };
1414 ```
15- - also include the flake input as an argument to your `outputs`
16- 2. Include the installer in the nix-store, if not using the free version
15+ - Also, include the flake input as an argument to your `outputs` function.
16+ 2. Include the installer in the nix-store, if not using the free version:
1717 ```bash
1818 nix-store --add-fixed sha256 <path-to-installer>.zip
1919 ```
2020 - You can get a copy of the latest release using your registered e-mail address [here](https://binary.ninja/recover/).
21- 3. Include the appropriate package edition from the [Packages section](#Packages) in your packages
21+ 3. Include the appropriate package edition from the [Packages section](#Packages) in your packages:
2222 ```nix
2323 environment.systemPackages = with pkgs; [
2424 binaryninja.packages.${pkgs.system}.<package-attribute>
You can’t perform that action at this time.
0 commit comments