Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jecaro/simple-nix-vm


https://github.com/jecaro/simple-nix-vm

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Simple nix VM for just anything

As described in this [post](https://jeancharles.quillet.org/posts/2023-01-16-Basic-nix-vm-for-just-anything.html)

Build with:

```bash
$ nix build ./#nixosConfigurations.vm.config.system.build.vm
```

Then run with:

```bash
$ ./result/bin/run-nixos-vm
```