Files
Jörg Thalheim 73822559c7 Add Nix flake packaging
Lets Nix users `nix run github:kernalix7/winpodx` without the curl|bash
installer and gives CI a hermetic build+test entrypoint. The wrapper
prefixes PATH with FreeRDP, iproute2, libnotify and podman/podman-compose
so the default backend works out of the box; docker and libvirt remain
host-provided to keep the closure bounded.

Three tests are deselected: two assume the repo-root data/ and scripts/
trees sit next to the importable package (false for the installed wheel
pytestCheckHook runs against), and one relies on `exec -a ... sleep`
which the nixpkgs multi-call coreutils binary rejects.
2026-05-01 16:34:48 +02:00

28 lines
567 B
JSON

{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1777268161,
"narHash": "sha256-bxrdOn8SCOv8tN4JbTF/TXq7kjo9ag4M+C8yzzIRYbE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1c3fe55ad329cbcb28471bb30f05c9827f724c76",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}