Skip to content

Commit

Permalink
examples: add rust-httpserver-flake
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Dec 28, 2021
1 parent 0b5b8ea commit fc624c9
Show file tree
Hide file tree
Showing 8 changed files with 740 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Legacy (with Niv):
Flakes:
- [`./examples/nginx-flake/flake.nix`](./examples/nginx-flake/flake.nix): Nginx
- [`./examples/golang-httpserver-flake/flake.nix`](./examples/golang-httpserver-flake/flake.nix): A simple http server in Go
- [`./examples/rust-httpserver-flake/flake.nix`](./examples/rust-httpserver-flake/flake.nix): A simple http server in Rust

## Usage
### With Docker
Expand Down
1 change: 1 addition & 0 deletions examples/rust-httpserver-flake/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/
Loading

0 comments on commit fc624c9

Please sign in to comment.