Compare commits

...

6 commits

Author SHA1 Message Date
6a751d43f8
chore(starship): mkDefault caused entire config to be overridden
Some checks failed
Release / Make release (push) Has been cancelled
CI / Format Nix files (push) Has been cancelled
CI / Test Modules (push) Has been cancelled
CI / Validate sources (push) Has been cancelled
Build & deploy website / Build site (push) Has been cancelled
Release / Publish to Flake registries (push) Has been cancelled
Build & deploy website / Deploy website (push) Has been cancelled
Revert " feat(starship): Starship fixes"

This reverts commit 4ce7b95d1b.
2024-11-02 22:35:46 -07:00
4ce7b95d1b
feat(starship): Starship fixes
Some checks are pending
CI / Format Nix files (push) Waiting to run
CI / Test Modules (push) Waiting to run
CI / Validate sources (push) Waiting to run
Release / Make release (push) Waiting to run
Release / Publish to Flake registries (push) Blocked by required conditions
Build & deploy website / Build site (push) Waiting to run
Build & deploy website / Deploy website (push) Blocked by required conditions
2024-11-02 19:39:55 -07:00
4303182418
chore(wezterm): Too complicated to configure
Revert " test(wezterm): Add to testing"

This reverts commit 1fb54d67ae.
2024-11-02 16:30:01 -07:00
1fb54d67ae
test(wezterm): Add to testing
Some checks are pending
CI / Format Nix files (push) Waiting to run
CI / Test Modules (push) Waiting to run
CI / Validate sources (push) Waiting to run
Release / Make release (push) Waiting to run
Release / Publish to Flake registries (push) Blocked by required conditions
Build & deploy website / Build site (push) Waiting to run
Build & deploy website / Deploy website (push) Blocked by required conditions
2024-11-02 16:00:41 -07:00
bda31cf1a7
feat(wezterm): Add Wezterm config
Some checks are pending
CI / Format Nix files (push) Waiting to run
CI / Test Modules (push) Waiting to run
CI / Validate sources (push) Waiting to run
Release / Make release (push) Waiting to run
Release / Publish to Flake registries (push) Blocked by required conditions
Build & deploy website / Build site (push) Waiting to run
Build & deploy website / Deploy website (push) Blocked by required conditions
This config does require the user to format their configuration in a
specific way:
```lua
local config = wezterm.config_builder()

-- config here...

return config
```

Since this is the format that the official documentation uses in
examples, most users probably follow suit. But worth pointing out
regardless.
2024-11-02 15:53:31 -07:00
772d5a2bd1
🔨 ci(just): Add justfile 2024-11-02 15:53:04 -07:00

5
Justfile Normal file
View file

@ -0,0 +1,5 @@
test:
nix run \
--inputs-from "./dev" "github:Mic92/nix-fast-build" -- \
--no-nom \
--flake "./dev#checks$(nix eval --raw --impure --expr builtins.currentSystem)"