build: add version for flake
This commit is contained in:
@ -10,13 +10,13 @@
|
||||
}
|
||||
)
|
||||
, lib
|
||||
, self
|
||||
, version
|
||||
}:
|
||||
|
||||
pkgs.buildGoApplication rec {
|
||||
pname = "out-of-tree";
|
||||
|
||||
version = "unstable";
|
||||
inherit version;
|
||||
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
|
||||
|
Reference in New Issue
Block a user