added 'alpha' to version

This commit is contained in:
benton 2021-07-30 19:04:06 -05:00
parent 868597396c
commit af4f8b2fa0

View file

@ -17,7 +17,7 @@
in {
defaultPackage.x86_64-linux = nixpkgs.stdenv.mkDerivation {
pname = "knock";
version = "0.1.0";
version = "0.1.0-alpha";
src = self;
nativeBuildInputs = [ nixpkgs.makeWrapper ];
buildInputs = [