NEW

Summary

Directory Structure

Directory structure:
└── nixipfs-nixipfs-scripts/
    ├── README.md
    ├── COPYING
    ├── default.nix
    ├── nixos_release.json
    ├── pkgs.nix
    ├── generate_programs_index/
    │   ├── COPYING
    │   ├── default.nix
    │   ├── file-cache.hh
    │   └── generate-programs-index.cc
    ├── nixipfs/
    │   ├── create_channel_release
    │   ├── create_nixipfs
    │   ├── default.nix
    │   ├── garbage_collect
    │   ├── mirror_tarballs
    │   ├── release_nixos
    │   ├── setup.py
    │   ├── update_binary_cache
    │   └── src/
    │       ├── __init__.py
    │       ├── create_channel_release.py
    │       ├── create_nixipfs.py
    │       ├── defaults.py
    │       ├── download_helpers.py
    │       ├── garbage_collect.py
    │       ├── hydra_helpers.py
    │       ├── karkinos.py
    │       ├── mirror_tarballs.py
    │       ├── nix_helpers.py
    │       ├── update_binary_cache.py
    │       └── utils.py
    └── progress/
        └── default.nix

Files Content