Skip to content

Commit

Permalink
small refacto
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrot-lc committed Nov 1, 2024
1 parent 9fc4142 commit 5b3d0e3
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,15 @@
];
};

buildPackages = with pkgs; [
erlang_nox
gleam
rebar3
];

devPackages = with pkgs;
[
just
sqlite
]
++ buildPackages;

shell = pkgs.mkShell {
name = "shell";
packages = devPackages;
packages = with pkgs; [
erlang_nox
gleam
just
rebar3
sqlite
];
};

package = pkgs.buildGleamApplication {
Expand Down

0 comments on commit 5b3d0e3

Please sign in to comment.