Home

dotnix @94aa7e53b7aaecaaa92621ebc0edb4019d7c31b2 - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
dotnix / machines / dragonwell / teamcity / README.md
- raw
1
2
3
4
5
6
7
8
9
To generate the nix file, use either of the following commands depending on whether you're in the root dir or not:

```sh
nix run github:aksiksi/compose2nix -- --inputs machines/dragonwell/teamcity.yml --output machines/dragonwell/teamcity.nix --runtime docker
```

```sh
nix run github:aksiksi/compose2nix -- --inputs teamcity.yml --output teamcity.nix --runtime docker
```