File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Options:
1616 --password_store (Optional) Your private password store git repository. Default is 'https://github.com/arctan95/password-store.git'
1717 --repository Your codespaces git repository to clone. Default is 'https://github.com/arctan95/codespaces.git'
1818 --branch Your codespaces git repository branch to checkout. Default is 'master'
19- --flake_uri Use your Home Manager configuration at flake-uri. Default is 'github:arctan95/ codespaces'
19+ --flake_uri Use your Home Manager configuration at flake-uri. Default is '$HOME /. codespaces'
2020"
2121
2222version=" v0.1.0"
@@ -26,7 +26,7 @@ enable_tunnel=false
2626password_store=" https://github.com/arctan95/password-store.git"
2727repository=" https://github.com/arctan95/codespaces.git"
2828branch=" master"
29- flake_uri=" github:arctan95/ codespaces"
29+ flake_uri=" $HOME /. codespaces"
3030
3131for arg in " $@ " ; do
3232 case $arg in
You can’t perform that action at this time.
0 commit comments