Skip to content

Instantly share code, notes, and snippets.

@batonac
batonac / flake.nix
Created September 15, 2024 12:47 — forked from voidus/flake.nix
Build a cloudinit image in nixos
{
description = "A nixos cloudinit base image without nixos-infect";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs";
};
outputs = { self, nixpkgs }:
let
system = "x86_64-linux";