Skip to content

Commit a15500d

Browse files
Merge pull request #168 from FrameworkComputer/nix-shell
README: Add nix-shell
2 parents 262b6dc + f8e4022 commit a15500d

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)