Compare commits
2 commits
8e7e0e9a84
...
26607c8bbe
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 26607c8bbe | ||
Bruno BELANYI | e5b3b1d677 |
|
@ -37,6 +37,13 @@
|
|||
defaultPackage = naersk-lib.buildPackage {
|
||||
src = ./.;
|
||||
pname = "lohr";
|
||||
|
||||
meta = with pkgs.lib; {
|
||||
description = "A Git mirroring tool";
|
||||
homepage = "https://github.com/alarsyo/lohr";
|
||||
license = with licenses; [ mit asl20 ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
};
|
||||
|
||||
defaultApp = flake-utils.lib.mkApp {
|
||||
|
@ -51,8 +58,6 @@
|
|||
rustNightly
|
||||
rustfmt
|
||||
];
|
||||
|
||||
RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc;
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue