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 { in {
defaultPackage.x86_64-linux = nixpkgs.stdenv.mkDerivation { defaultPackage.x86_64-linux = nixpkgs.stdenv.mkDerivation {
pname = "knock"; pname = "knock";
version = "0.1.0"; version = "0.1.0-alpha";
src = self; src = self;
nativeBuildInputs = [ nixpkgs.makeWrapper ]; nativeBuildInputs = [ nixpkgs.makeWrapper ];
buildInputs = [ buildInputs = [