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