mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-22 18:24:59 +03:00
Update README.md
Add code fence language for better readability of examples
This commit is contained in:
parent
598dec0208
commit
082be47745
@ -109,7 +109,7 @@ An example `flake.nix` demonstrating this approach is below. `vmware` or
|
||||
`virtualbox` images can be built from the same `configuration.nix` by running
|
||||
`nix build .#vmware` or `nix build .#virtualbox`
|
||||
|
||||
```
|
||||
```nix
|
||||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
|
Loading…
Reference in New Issue
Block a user