Skip to content

Commit

Permalink
Flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed May 6, 2024
1 parent faaea1b commit ef6dda8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
30 changes: 24 additions & 6 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
env = pkgs.bundlerEnv {
name = "sqlint";
gemdir = ./.;
groups = ["default" "development" "test"];
groups = [ "default" "development" "test" ];

meta = with pkgs.lib;
{
Expand All @@ -24,7 +24,7 @@
in
{
devShell = pkgs.mkShell {
buildInputs = [ pkgs.ruby env pkgs.bundix ];
buildInputs = [ env pkgs.bundix ];
};
}
);
Expand Down

0 comments on commit ef6dda8

Please sign in to comment.