mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-25 05:20: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
|
in
|
||||||
naersk-lib.buildPackage {
|
naersk-lib.buildPackage {
|
||||||
pname = "buzzrelay";
|
pname = "buzzrelay";
|
||||||
version = with self.sourceInfo; "${toString revCount}-${shortRev}";
|
version = with self; "${toString revCount}-${shortRev}";
|
||||||
root = ./.;
|
root = ./.;
|
||||||
nativeBuildInputs = with pkgs; [ pkg-config ];
|
nativeBuildInputs = with pkgs; [ pkg-config ];
|
||||||
buildInputs = with pkgs; [ openssl systemd ];
|
buildInputs = with pkgs; [ openssl systemd ];
|
||||||
|
|
Loading…
Reference in a new issue