Skip to content

Commit b3f7732

Browse files
committed
README: Add nix-shell
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 24d1cd3 commit b3f7732

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,14 @@ make -C framework_uefi
126126
ls -l framework_uefi/build/x86_64-unknown-uefi/boot.efi
127127
```
128128

129+
### Dependencies
130+
131+
```
132+
# NixOS
133+
nix-shell --run fish -p cargo systemd udev hidapi pkg-config
134+
direnv shell
135+
```
136+
129137
## Install local package
130138

131139
```

0 commit comments

Comments
 (0)