We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5b60a commit 14aa01bCopy full SHA for 14aa01b
2 files changed
docs/config-examples.md
@@ -388,4 +388,3 @@ export DISCORD_TOKEN="..."
388
# Bluesky credentials stored in auth.db via CLI
389
# pattern atproto login your.handle.bsky.social
390
```
391
-See `pattern.example.toml` for examples of all three methods.
nix/modules/devshell.nix
@@ -25,9 +25,6 @@
25
config.pre-commit.devShell # See ./nix/modules/pre-commit.nix
26
];
27
RUST_BACKTRACE = 0;
28
- CARGO_MOMMYS_LITTLE = "girl/pet/entity/baby";
29
- CARGO_MOMMYS_PRONOUNS = "her/their";
30
- CARGO_MOMMYS_MOODS = "chill/ominous/thirsty/yikes";
31
packages = with pkgsWithUnfree; [
32
just
33
nixd # Nix language server
0 commit comments