mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 01:49:11 +00:00
fix: add Makefile
This commit is contained in:
parent
4a935992b0
commit
d1379df604
6 changed files with 288 additions and 332 deletions
|
@ -4,10 +4,7 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
|
||||
crane = {
|
||||
url = "github:ipetkov/crane";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
crane.url = "github:ipetkov/crane";
|
||||
|
||||
fenix = {
|
||||
url = "github:nix-community/fenix";
|
||||
|
@ -126,7 +123,8 @@
|
|||
|
||||
packages = {
|
||||
default = my-crate;
|
||||
dockerImage = dockerImage;
|
||||
inherit my-crate
|
||||
dockerImage;
|
||||
};
|
||||
|
||||
apps.default = flake-utils.lib.mkApp {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue