Currently, sync-template runs nix flake init --template "github:sellout/flaky-environments#…, which means that doing
or
nix run github:sellout/flaky-environments/some-experimental-branch
or
nix run github:someone-else/flaky-environments
makes no difference.
But it should run against the template in the revision we run against.
Currently,
sync-templaterunsnix flake init --template "github:sellout/flaky-environments#…, which means that doingnix run .#sync-templateor
or
makes no difference.
But it should run against the template in the revision we run against.