-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
repos: | ||
- repo: https://github.com/aksiksi/onchg-rs | ||
rev: v0.1.6 | ||
hooks: | ||
- id: onchg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,10 +33,12 @@ To top it all off, using Docker Compose on NixOS is fairly redundant as the feat | |
|
||
Install the `compose2nix` CLI via one of the following methods: | ||
|
||
<!-- LINT.OnChange(version) --> | ||
1. Install the command using `go`: | ||
``` | ||
go install github.com/aksiksi/[email protected] | ||
``` | ||
<!-- LINT.ThenChange(flake.nix:version, main.go:version) --> | ||
2. Clone this repo and run `make build`. | ||
3. Install the Flake and add the following to your NixOS config: | ||
```nix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters