Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 22, 2024
1 parent 43cbe4c commit 59ccd56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Running ``devenv init`` generates ``devenv.nix``:
scripts.hello.exec = "echo hello from $GREET";
# https://devenv.sh/services/
services.postgre.enable = true;
services.postgres.enable = true;
# https://devenv.sh/pre-commit-hooks/
pre-commit.hooks.shellcheck.enable = true;
Expand Down
2 changes: 1 addition & 1 deletion devenv/init/devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'';

# https://devenv.sh/services/
# services.postgre.enable = true;
# services.postgres.enable = true;

# https://devenv.sh/languages/
# languages.nix.enable = true;
Expand Down

0 comments on commit 59ccd56

Please sign in to comment.