mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Style
This commit is contained in:
parent
274357eb6a
commit
20a1e20d91
2 changed files with 15 additions and 12 deletions
|
@ -893,10 +893,10 @@ public:
|
|||
|
||||
```nix
|
||||
input.foo = {
|
||||
type="gitlab";
|
||||
host="gitlab.mycompany.com";
|
||||
owner="mycompany";
|
||||
repo="pro";
|
||||
type = "gitlab";
|
||||
host = "gitlab.mycompany.com";
|
||||
owner = "mycompany";
|
||||
repo = "pro";
|
||||
};
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue