mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-21 19:51:00 +00:00
flake.nix: set source from flake input sourceInfo
This commit is contained in:
parent
2b104eb71c
commit
14f1c369e4
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
in
|
||||
naersk-lib.buildPackage {
|
||||
pname = "buzzrelay";
|
||||
version = with self.sourceInfo; "${toString revCount}-${shortRev}";
|
||||
root = ./.;
|
||||
nativeBuildInputs = with pkgs; [ pkg-config ];
|
||||
buildInputs = with pkgs; [ openssl systemd ];
|
||||
|
|
Loading…
Reference in a new issue