Skip to content

Instantly share code, notes, and snippets.

{ stdenv, fetchFromGitHub, cmake
, wayland, pixman, libxkbcommon, udev, libinput
, libX11, libxcb, x11
, mesa #nvidia_x11
, dbus, systemd
}:
stdenv.mkDerivation rec {
name = "wlc-${version}";
version = "5453a91201";
codehero@wheatley ~ % ldd /nix/store/kmw7ws8syfm6yf2c17bfyd1cqqdx6zhk-openal-1.7.411/lib/libopenal.so.1
linux-vdso.so.1 (0x00007ffdf2b95000)
libpthread.so.0 => /nix/store/6k9z1sfl7kghmagwd205k3i81pbcw57s-glibc-2.21/lib/libpthread.so.0 (0x00007f38ffaa7000)
libdl.so.2 => /nix/store/6k9z1sfl7kghmagwd205k3i81pbcw57s-glibc-2.21/lib/libdl.so.2 (0x00007f38ff8a3000)
libm.so.6 => /nix/store/6k9z1sfl7kghmagwd205k3i81pbcw57s-glibc-2.21/lib/libm.so.6 (0x00007f38ff59f000)
libc.so.6 => /nix/store/6k9z1sfl7kghmagwd205k3i81pbcw57s-glibc-2.21/lib/libc.so.6 (0x00007f38ff1ff000)
/nix/store/6k9z1sfl7kghmagwd205k3i81pbcw57s-glibc-2.21/lib64/ld-linux-x86-64.so.2 (0x00007f38fffdf000)
1 codehero@wheatley ~ % ldd /run/current-system/sw/bin/minetest :(
linux-vdso.so.1 (0x00007ffc37fdd000)
libz.so.1 => /nix/store/2nsmcdwsh3pdyvkazwz0rsir9sibg35r-zlib-1.2.8/lib/libz.so.1 (0x00007fc7919b6000)
libIrrlicht.so.1.8.0-SVN => /nix/store/vjm5byy77f1wad8l9ips2n3kjy481hzc-irrlicht-1.8-svn-3843/lib/libIrrlicht.so.1.8.0-SVN (0x00007fc79118a000)
libGLU.so.1 => /nix/store/vivv41a3cjap2lr82wjhvfbcb3wf2wz9-mesa-10.4.5/lib/libGLU.so.1 (0x00007fc790f0b000)
libGL.so.1 => /run/opengl-driver/lib/libGL.so.1 (0x00007fc790c7f000)
libSM.so.6 => /nix/store/vsjf1h5aya8w8zklxw6q5x0wingm25sf-libSM-1.2.2/lib/libSM.so.6 (0x00007fc790a78000)
libICE.so.6 => /nix/store/k09s9ym45lpagc8bnsispzq3c9937pr8-libICE-1.0.9/lib/libICE.so.6 (0x00007fc79085d000)
libX11.so.6 => /nix/store/jgqyzammhz5rs720s7ixhl3gwic2isa1-libX11-1.6.2/lib/libX11.so.6 (0x00007fc790523000)
libXext.so.6 => /nix/store/r26i04phwl89cidrqb9fcijpfhcwrp57-libXext-1.3.3/lib/libXext.so.6 (0x00007fc790311000)
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
{ config, pkgs, pkgs_i686, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
@PyroLagus
PyroLagus / .xmobarrc
Created January 20, 2015 22:41
xmobar config
Config
{ font = "xft:Fira Mono:pixelsize=12"
, bgColor = "#121212"
, fgColor = "#AFAF87"
, position = Top
, lowerOnStart = True
, commands =
[ Run DynNetwork ["-t", "<dev> <fc=#387BAB><rx>kb/s</fc> <fc=#005F87><tx>kb/s</fc>", "-w", "4"] 15
, Run Date "%a %m-%d %H:%M:%S " "date" 10
@PyroLagus
PyroLagus / xmonad.hs
Created January 20, 2015 22:40
xmonad config
import XMonad
import XMonad.Actions.GridSelect
import XMonad.Actions.WindowBringer
import XMonad.Hooks.DynamicLog
import XMonad.Hooks.ManageDocks
import XMonad.Hooks.ManageHelpers
import XMonad.Hooks.UrgencyHook
import XMonad.Hooks.EwmhDesktops
import XMonad.Hooks.SetWMName
import XMonad.Util.Run
/*****************
* bossFight.js *
*****************
*
* NO FARTHER, DR. EVAL!!!!
* YOU WILL NOT GET OUT OF HERE ALIVE!!!!
* IT'S TIME YOU SEE MY TRUE FORM!!!!
* FACE MY ROBOT WRATH!!!!!
*/
/**********************
* superDrEvalBros.js *
**********************
*
* You're still here?! Well, Dr. Eval, let's see
* how well you can operate with one less dimension.
*
* Give up now. Unless you have a magic mushroom
* up your sleeve, it's all over.
*/
/*
* robotMaze.js
*
* The blue key is inside a labyrinth, and extracting
* it will not be easy.
*
* It's a good thing that you're a AI expert, or
* we would have to leave empty-handed.
*/
/**********************
* fordingTheRiver.js *
**********************
*
* And there's the river. Fortunately, I was prepared for this.
* See the raft on the other side?
*
* Everything is going according to plan.
*/