Skip to content

Commit

Permalink
Revert "Update code snippets"
Browse files Browse the repository at this point in the history
This reverts commit 43ed470.
  • Loading branch information
sestrella committed Nov 28, 2024
1 parent 43ed470 commit fff2301
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,15 @@ pkgs = import nixpkgs {
Use the binary as derivation input for creating packages or shells:

```nix
pkgs.mkShell {
buildInputs = [ pkgs.iecs ];
};
buildInputs = [ pkgs.iecs ];
```

#### Using it as a package

Use the binary as derivation input for creating packages or shells:

```nix
pkgs.mkShell {
buildInputs = [ iecs.packages.${system}.default ];
};
buildInputs = [ iecs.packages.${system}.default ];
```

</details>
Expand Down

0 comments on commit fff2301

Please sign in to comment.