No description
  • Python 94.7%
  • Nix 5.3%
Find a file
2026-05-12 22:19:23 +02:00
tests_e2e/test_001 repo2nix: wire up fetch subcommand, add source-from-lock.nix 2026-05-12 22:07:48 +02:00
.envrc add agent docs and dev config 2026-05-12 22:14:57 +02:00
.gitignore add agent docs and dev config 2026-05-12 22:14:57 +02:00
AGENTS.md AGENTS.md: document agent progress-tracking convention 2026-05-12 22:15:48 +02:00
AGENTS_PROGRESS.md add agent docs and dev config 2026-05-12 22:14:57 +02:00
device.py move fetchDeviceEvolution from repo2nix.py to device.py 2026-05-12 21:06:16 +02:00
devices.json init 2026-05-11 23:55:43 +02:00
flake.lock flake: drop robotnix input, use nixpkgs nix-prefetch-git 2026-05-12 22:19:23 +02:00
flake.nix flake: drop robotnix input, use nixpkgs nix-prefetch-git 2026-05-12 22:19:23 +02:00
manifest.py repo2nix: wire up fetch subcommand, add source-from-lock.nix 2026-05-12 22:07:48 +02:00
README.md init 2026-05-11 23:55:43 +02:00
repo2nix.py repo2nix: wire up fetch subcommand, add source-from-lock.nix 2026-05-12 22:07:48 +02:00
serialization.py reorganise: move fetch logic to manifest.py, rename lock_db.py to serialization.py 2026-05-12 18:31:04 +02:00
source-from-lock.nix repo2nix: wire up fetch subcommand, add source-from-lock.nix 2026-05-12 22:07:48 +02:00
test.py reorganise: move fetch logic to manifest.py, rename lock_db.py to serialization.py 2026-05-12 18:31:04 +02:00
types_defs.py repo2nix: wire up fetch subcommand, add source-from-lock.nix 2026-05-12 22:07:48 +02:00
utils.py init 2026-05-11 23:55:43 +02:00

repo2nix2

This repo is my reproduction of robotnix's repo2nix in python instead of rust