cia-unix-full

a full working copy of cia-unix

cia-unix

I needed a working binary copy of cia-unix project, so I made it here. Feel free to use.

Usage with nix flakes

Add this to flake.nix:

inputs = {
    cia-unix = {
      url = "github:Niakr1s/cia-unix-full";
    };
};

And somwhere in configuration.nix:

environment.systemPackages = [
    inputs.cia-unix.packages.${pkgs.system}.default
];
Repository

cia-unix-full

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 0
  • about 18 hours ago
  • May 1, 2026
License

Apache License 2.0

Links
Synced at

Tue, 09 Jun 2026 23:39:55 GMT

Languages