8000 GitHub - RobertBernstein/blincus: Rapid Development Environments With Incus
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RobertBernstein/blincus

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 92.4%
  • MDX 2.0%
  • Nix 1.8%
  • JavaScript 1.8%
  • Just 0.8%
  • Ruby 0.7%
  • Other 0.5%
0