init from q3k's code dump
This commit is contained in:
commit
bdc3a8e3ae
7 changed files with 4491 additions and 0 deletions
7
hostcontrol/shell.nix
Normal file
7
hostcontrol/shell.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
with import <nixpkgs> {};
|
||||
|
||||
pkgs.mkShell {
|
||||
LD_LIBRARY_PATH = [
|
||||
"${xorg.libX11}/lib;${xorg.libXcursor}/lib;${xorg.libXi}/lib;${libxkbcommon}/lib"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue