File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
contact_links :
2
2
- name : questions
3
- url : https://github.com/cameronraysmith /python-nix-template/discussions
4
- about : please post and host discussion in https://github.com/cameronraysmith /python-nix-template/discussions
3
+ url : https://github.com/sciexp /python-nix-template/discussions
4
+ about : please post and host discussion in https://github.com/sciexp /python-nix-template/discussions
Original file line number Diff line number Diff line change 1
1
# security
2
2
3
- To report a potential security vulnerability, please follow the [ instructions to create a draft security advisory] ( https://github.com/cameronraysmith /python-nix-template/security/advisories/new ) .
3
+ To report a potential security vulnerability, please follow the [ instructions to create a draft security advisory] ( https://github.com/sciexp /python-nix-template/security/advisories/new ) .
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199
199
with :
200
200
triggerEventName : ${{ github.event_name }}
201
201
imageName : " ${{ matrix.image }}"
202
- imageFQN : " ghcr.io/cameronraysmith /${{ matrix.image }}"
202
+ imageFQN : " ghcr.io/sciexp /${{ matrix.image }}"
203
203
nixCommand : " nix run .#${{ matrix.image }}Manifest --impure --accept-flake-config --print-build-logs --show-trace"
204
204
releaseVersion : " "
205
205
cachixCacheName : ${{ vars.CACHIX_CACHE_NAME }}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ You can use [omnix](https://omnix.page/om/init.html)[^omnix] to initialize this
12
12
13
13
``` sh
14
14
nix --accept-flake-config run github:juspay/omnix -- \
15
- init github:cameronraysmith /python-nix-template -o new-python-project
15
+ init github:sciexp /python-nix-template -o new-python-project
16
16
```
17
17
18
18
[ ^ omnix ] : If you have omnix installed you just need ` om init ... ` and not ` nix run ... -- init `
@@ -127,8 +127,8 @@ default # List all recipes
127
127
128
128
[CI/CD]
129
129
gcloud-context # Set gcloud context
130
- ghsecrets repo=" cameronraysmith /python-nix-template" # Update github secrets for repo from environment variables
131
- ghvars repo=" cameronraysmith /python-nix-template" # Update github vars for repo from environment variables
130
+ ghsecrets repo=" sciexp /python-nix-template" # Update github secrets for repo from environment variables
131
+ ghvars repo=" sciexp /python-nix-template" # Update github vars for repo from environment variables
132
132
pre-commit # Run pre-commit hooks (see pre-commit.nix and note the yaml is git-ignored)
133
133
134
134
[conda package]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ gcloud-context:
19
19
20
20
# Update github vars for repo from environment variables
21
21
[group (' CI/CD' )]
22
- ghvars repo = " cameronraysmith /python-nix-template":
22
+ ghvars repo = " sciexp /python-nix-template":
23
23
@ echo " vars before updates:"
24
24
@ echo
25
25
PAGER=cat gh variable list --repo={{ repo }}
@@ -34,7 +34,7 @@ ghvars repo="cameronraysmith/python-nix-template":
34
34
35
35
# Update github secrets for repo from environment variables
36
36
[group (' CI/CD' )]
37
- ghsecrets repo = " cameronraysmith /python-nix-template":
37
+ ghsecrets repo = " sciexp /python-nix-template":
38
38
@ echo " secrets before updates:"
39
39
@ echo
40
40
PAGER=cat gh secret list --repo={{ repo }}
@@ -284,7 +284,7 @@ check-secrets:
284
284
# Initialize new project from template
285
285
[group (' template' )]
286
286
template-init :
287
- echo " Use: nix --accept-flake-config run github:juspay/omnix -- init github:cameronraysmith /python-nix-template -o new-python-project"
287
+ echo " Use: nix --accept-flake-config run github:juspay/omnix -- init github:sciexp /python-nix-template -o new-python-project"
288
288
289
289
# Verify template functionality by creating and checking a test project
290
290
[group (' template' )]
Original file line number Diff line number Diff line change 115
115
} // extraConfig ;
116
116
} ;
117
117
118
- gitHubOrg = "cameronraysmith " ;
118
+ gitHubOrg = "sciexp " ;
119
119
packageName = "python-nix-template" ;
120
120
version = builtins . getEnv "VERSION" ;
121
121
Original file line number Diff line number Diff line change 19
19
{
20
20
name = "git-org" ;
21
21
description = "GitHub organization or user name" ;
22
- placeholder = "cameronraysmith " ;
22
+ placeholder = "sciexp " ;
23
23
}
24
24
{
25
25
name = "author" ;
You can’t perform that action at this time.
0 commit comments