flake: make use of the version

This commit is contained in:
Solene Rapenne 2022-09-10 00:42:35 +02:00
parent f345b3f4d3
commit 0d3a9f19c3
1 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@
packages.x86_64-linux.default =
with import nixpkgs { system = "x86_64-linux"; };
stdenv.mkDerivation {
name = "bento";
name = "bento-1.0.2";
src = self;
version = "1.0.2";
installPhase = ''
mkdir -p $out/bin