schoeke / blincus

Rapid Development Environments With Incus

Home Page:https://blincus.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blincus

 ____  _ _
|  _ \| (_)
| |_) | |_ _ __   ___ _   _ ___
|  _ <| | | '_ \ / __| | | / __|
| |_) | | | | | | (__| |_| \__ \
|____/|_|_|_| |_|\___|\__,_|___/

Manage development containers with Incus

Documentation Discourse

Usage as a flake

FlakeHub

Add blincus to your flake.nix:

{
  inputs.blincus.url = "https://flakehub.com/f/ublue-os/blincus/*.tar.gz";

  outputs = { self, blincus }: {
    # Use in your outputs
  };
}

Reminders / Notes

  • todo add check for genisoimage/mkisofs sudo ln -s /usr/bin/genisoimage mkisofs

About

Rapid Development Environments With Incus

https://blincus.dev

License:Apache License 2.0


Languages

Language:Shell 84.6%Language:HCL 10.2%Language:MDX 1.4%Language:Nix 1.3%Language:JavaScript 1.2%Language:Just 0.6%Language:Ruby 0.5%Language:TypeScript 0.2%Language:Dockerfile 0.1%