Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
flake: nix flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
kwshi committed Mar 7, 2024
1 parent aa87309 commit 398bd67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,17 @@

python-full = (python.withPackages pythonLibs).env;

gleam = pkgs.mkShell {packages = with pkgs; [beamPackages.erlang gleam];};

default = pkgs.mkShell {
nativeBuildInputs =
(ocamlCore ocamlPackages)
++ [(python.withPackages pythonLibs)];

buildInputs =
packages =
extraPackages pkgs
++ ocamlLibs ocamlPackages;
++ ocamlLibs ocamlPackages
++ (with pkgs; [gleam]);
};
};
};
Expand Down

0 comments on commit 398bd67

Please sign in to comment.