Skip to content

Instantly share code, notes, and snippets.

@sebastiant
sebastiant / flake.nix
Last active February 7, 2026 19:36
nixos qemu vm example
{
description = "qemu vm example";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
};
outputs =
{ nixpkgs, ... }:
{
devShells."x86_64-linux".default =