host api on etna
This commit is contained in:
parent
db569e4fda
commit
0a4a2209f1
7 changed files with 178 additions and 26 deletions
|
@ -48,6 +48,13 @@
|
|||
url = "github:nix-community/nixos-vscode-server";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# ==== uku3lig stuff ====
|
||||
api-rs = {
|
||||
url = "github:uku3lig/api-rs";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-parts.follows = "flake-parts";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {flake-parts, ...} @ inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue