mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-16 14:41:24 +01:00
Add simple justfile
This commit is contained in:
parent
897ae138ea
commit
21c8ff71e5
2 changed files with 6 additions and 0 deletions
5
Justfile
Normal file
5
Justfile
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
build:
|
||||||
|
@dune build
|
||||||
|
|
||||||
|
fmt:
|
||||||
|
@dune build @fmt --auto-promote
|
||||||
|
|
@ -29,6 +29,7 @@
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
inputsFrom = [ self'.packages.default ];
|
inputsFrom = [ self'.packages.default ];
|
||||||
packages = [
|
packages = [
|
||||||
|
pkgs.just
|
||||||
pkgs.ocamlPackages.dune_3
|
pkgs.ocamlPackages.dune_3
|
||||||
pkgs.ocamlPackages.findlib
|
pkgs.ocamlPackages.findlib
|
||||||
pkgs.ocamlPackages.ocaml
|
pkgs.ocamlPackages.ocaml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue