We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git-name
1 parent 97e2978 commit efbe6a3Copy full SHA for efbe6a3
setup.sh
@@ -16,7 +16,7 @@ echo "\n# Setting up home-manager & direnv"
16
nix --accept-flake-config run github:juspay/omnix -- \
17
init github:juspay/nixos-unified-template#home -o ~/nixconfig \
18
--non-interactive \
19
- --params '{"username":"'$(id -un)'", "git-name":"'$(id -F)'", "git-email":"'$(id -un)'@juspay.in"}'
+ --params '{"username":"'$(id -un)'", "git-name":"$(id -F)", "git-email":"'$(id -un)'@juspay.in"}'
20
21
cd ~/nixconfig && nix run
22
0 commit comments