version: update
This commit is contained in:
parent
687f9fe715
commit
a36c82b2ac
@ -8,7 +8,7 @@
|
||||
defaultPackage.x86_64-linux = with import nixpkgs {system = "x86_64-linux";};
|
||||
stdenv.mkDerivation {
|
||||
pname = "zremap";
|
||||
version = "0.1";
|
||||
version = "0.2";
|
||||
src = self;
|
||||
nativeBuildInputs = [zig.hook];
|
||||
buildInputs = [libevdev pkg-config];
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
devShells.x86_64-linux.default = with import nixpkgs {system = "x86_64-linux";};
|
||||
mkShell {
|
||||
nativeBuildInputs = [zig lldb];
|
||||
nativeBuildInputs = [zig_0_12 lldb];
|
||||
buildInputs = [
|
||||
libevdev
|
||||
pkg-config
|
||||
|
Loading…
Reference in New Issue
Block a user