Set up environment

master
Sven Slootweg 5 years ago
parent 291106eeb8
commit 17be5e99b3

@ -0,0 +1 @@
eval "$(lorri direnv)"

6
Cargo.lock generated

@ -0,0 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "wm-poc"
version = "0.1.0"

@ -0,0 +1,12 @@
let
nixpkgs = import <nixpkgs> {};
in
with nixpkgs;
stdenv.mkDerivation {
name = "wm-env";
buildInputs = [
xorg.libxcb
];
}
Loading…
Cancel
Save