CI: Wrap nix devshell invocation with just
Some checks failed
/ verify (push) Has been cancelled

This commit also adds the flake version to the justfile's version check.
This commit is contained in:
Juno Takano 2026-06-29 02:56:17 -03:00
commit 18db1bdc1f
No known key found for this signature in database
3 changed files with 36 additions and 34 deletions

View file

@ -5,7 +5,7 @@
outputs = { nixpkgs, self }: let
name = "en";
version = "0.4.0";
version = "0.4.0-alpha";
supportedSystems = [
"x86_64-linux"