Skip to content

Commit 549a10d

Browse files
committed
Fix flake uri
1 parent 9ad0ebc commit 549a10d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/first-run-setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2222
version="v0.1.0"
@@ -26,7 +26,7 @@ enable_tunnel=false
2626
password_store="https://github.com/arctan95/password-store.git"
2727
repository="https://github.com/arctan95/codespaces.git"
2828
branch="master"
29-
flake_uri="github:arctan95/codespaces"
29+
flake_uri="$HOME/.codespaces"
3030

3131
for arg in "$@"; do
3232
case $arg in

0 commit comments

Comments
 (0)