mirror of
https://github.com/Noratrieb/clippyboard.git
synced 2026-01-14 18:05:04 +01:00
stuff
This commit is contained in:
parent
fbce93b927
commit
09f26d6d40
3 changed files with 20 additions and 5 deletions
17
default.nix
Normal file
17
default.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ pkgs ? import <nixpkgs> { } }: pkgs.rustPlatform.buildRustPackage {
|
||||
name = "clippyboard";
|
||||
|
||||
src = pkgs.lib.cleanSource ./.;
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
libGL
|
||||
libxkbcommon
|
||||
wayland
|
||||
xorg.libX11
|
||||
xorg.libXcursor
|
||||
xorg.libXi
|
||||
xorg.libXrandr
|
||||
];
|
||||
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue