Skip to content

Commit

Permalink
chore(nix): Add uuseg to spices dune-project and flake (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
metame authored Mar 18, 2024
1 parent 204aef6 commit ef3d5b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
(ocaml (>= "5.1"))
(colors (>= "0.0.1"))
(mdx (and :with-test (>= "2.3.1")))
(tty (>= "0.0.2")))
(tty (>= "0.0.2"))
uuseg)
(tags (styling styles declarative framework tui "terminal-ui" apps)))
7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
devShells = {
default = mkShell {
buildInputs = [ ocamlPackages.utop ];
inputsFrom = [ self'.packages.spices self'.packages.default self'.packages.leaves ];
inputsFrom = [
self'.packages.spices
self'.packages.default
self'.packages.leaves
];
};
};

Expand Down Expand Up @@ -63,6 +67,7 @@
(mdx.override {
inherit logs;
})
uuseg
];
src = ./.;
};
Expand Down

0 comments on commit ef3d5b7

Please sign in to comment.