Skip to content

Commit 3bd8898

Browse files
committed
chore: add shell.nix with dependencies
1 parent add3a9a commit 3bd8898

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

shell.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{ pkgs ? import <nixpkgs> { } }:
2+
pkgs.mkShell {
3+
packages = with pkgs; [
4+
gettext # envsubst
5+
];
6+
}

0 commit comments

Comments
 (0)