mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
Add default.nix file to main and update readme (#211)
Co-authored-by: Emile Akbarzadeh <emile@dromeda.com.au>
This commit is contained in:
@@ -94,6 +94,13 @@ paru -S lan-mouse-bin
|
|||||||
- nixpkgs: [search.nixos.org](https://search.nixos.org/packages?channel=unstable&show=lan-mouse&from=0&size=50&sort=relevance&type=packages&query=lan-mouse)
|
- nixpkgs: [search.nixos.org](https://search.nixos.org/packages?channel=unstable&show=lan-mouse&from=0&size=50&sort=relevance&type=packages&query=lan-mouse)
|
||||||
- flake: [README.md](./nix/README.md)
|
- flake: [README.md](./nix/README.md)
|
||||||
|
|
||||||
|
### Building from source with Nix
|
||||||
|
In the root of the project to build Lan Mouse, run
|
||||||
|
```sh
|
||||||
|
nix-build
|
||||||
|
```
|
||||||
|
|
||||||
|
You can find the executable in `result/bin/lan-mouse` .
|
||||||
|
|
||||||
### Manual Installation
|
### Manual Installation
|
||||||
|
|
||||||
|
|||||||
3
default.nix
Normal file
3
default.nix
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{ pkgs ? import <nixpkgs> { }
|
||||||
|
}:
|
||||||
|
pkgs.callPackage nix/default.nix { }
|
||||||
Reference in New Issue
Block a user