1
0

build: add version for flake

This commit is contained in:
2023-05-18 12:53:46 +00:00
parent 17256317c9
commit 8d2d56bea3
2 changed files with 4 additions and 3 deletions

View File

@ -10,13 +10,13 @@
}
)
, lib
, self
, version
}:
pkgs.buildGoApplication rec {
pname = "out-of-tree";
version = "unstable";
inherit version;
nativeBuildInputs = [ pkgs.makeWrapper ];