Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jecaro/simple-nix-vm
https://github.com/jecaro/simple-nix-vm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jecaro/simple-nix-vm
- Owner: jecaro
- Created: 2023-01-13T10:44:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T18:33:44.000Z (3 months ago)
- Last Synced: 2024-10-24T04:17:10.199Z (3 months ago)
- Language: Nix
- Size: 2.93 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```