blob: e81949679e98f0be032742345b17a66475e1780b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# goapp
A template for a go app.
```bash
; nix flake show
warning: Git tree '/Users/emile/hefe' is dirty
git+file:///Users/emile/hefe?dir=nix/templates/goapp
├───devShells
│ ├───aarch64-darwin
│ │ └───default: development environment 'nix-shell'
│ ├───aarch64-linux
│ │ └───default omitted (use '--all-systems' to show)
│ ├───x86_64-darwin
│ │ └───default omitted (use '--all-systems' to show)
│ └───x86_64-linux
│ └───default omitted (use '--all-systems' to show)
└───packages
├───aarch64-darwin
│ ├───backend: package 'backend-0.0.1'
│ ├───backend-docker: package 'docker-image-backend.tar.gz'
│ ├───frontend: package 'frontend-0.0.1'
│ └───frontend-docker: package 'docker-image-frontend.tar.gz'
├───aarch64-linux
│ ├───backend omitted (use '--all-systems' to show)
│ ├───backend-docker omitted (use '--all-systems' to show)
│ ├───frontend omitted (use '--all-systems' to show)
│ └───frontend-docker omitted (use '--all-systems' to show)
├───x86_64-darwin
│ ├───backend omitted (use '--all-systems' to show)
│ ├───backend-docker omitted (use '--all-systems' to show)
│ ├───frontend omitted (use '--all-systems' to show)
│ └───frontend-docker omitted (use '--all-systems' to show)
└───x86_64-linux
├───backend omitted (use '--all-systems' to show)
├───backend-docker omitted (use '--all-systems' to show)
├───frontend omitted (use '--all-systems' to show)
└───frontend-docker omitted (use '--all-systems' to show)
```
|