Skip to content

Commit

Permalink
add bash as nix shell dep
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed Jun 26, 2024
1 parent 4fd9223 commit 0b78d68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
(pkgs.buildEnv {
name = "sg-build";
paths = with pkgs; [
bash
coreutils
moreutils
findutils
Expand All @@ -67,6 +68,7 @@
(pkgs.buildEnv {
name = "sg-deploy";
paths = with pkgs; [
bash
coreutils
moreutils
findutils
Expand All @@ -81,6 +83,7 @@
(pkgs.buildEnv {
name = "sg-dev";
paths = with pkgs; [
bash
coreutils
moreutils
findutils
Expand Down

0 comments on commit 0b78d68

Please sign in to comment.