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