-
I'm trying to add a few extra packages to the environment of a hook, and I've tried using `extraPackages`, but it only adds them to the `nix develop` shell, not the hook itself
```nix
cspell = {
…
-
Now configuring of project require a bunch of options.
They all encapsulated in *.justfile*:
```sh
cmake -S "{{src}}" -B "${ORBI_BUILD_DIR}" …
-
It will be good if we can have this information so to create Justfile that is compatible across different `just` executable versions. For example, if I would like to use the `num_cpus()`, I can have a…
-
Hello!
I would like to automate the management of my docker-compose environments for self-hosted services to some degree, and a Justfile seems like a very clean solution. However, I couldn't find o…
-
https://github.com/casey/just/issues/334
Why does `cargo web deploy` fail, but only when run from my justfile in powershell?
http://pastebin.centos.org/1064996/23211891/
In cmd.exe it works:
`…
-
```console
$ tree
.
├── foo
│ └── justfile
└── justfile
```
It would be very useful for discoverabiliity in a big monorepo if `just foo/` completions would also work and show recipes of the…
-
参考: https://matklad.github.io/2024/03/22/basic-things.html#Build-CI
読み物(読まなくていい): [The Not Rocket Science Rule](https://graydon2.dreamwidth.org/1597.html)
main にマージするときの確認事項:
- [x] tailwindcss バイ…
-
I want to do something like below, so I can retrieve some variable set from same shell:
var=a
justfile:
show:
echo $var
ccxuy updated
3 months ago
-
I am trying to pass arguments from the main justfile to two separated justfiles (since module are not stable yet).
```
_run component *args:
@echo "Running commands for {{component}}"
{{…
-
Due to long standing difficulties with (a/the) maintainer of dirs-rs, they refuse to recognize XDG environment variables explicitly defined by the user on macOS: https://github.com/dirs-dev/directorie…