9 lines
100 B
Nix
9 lines
100 B
Nix
{pkgs, ...}:
|
|
pkgs.mkShell {
|
|
buildInputs = with pkgs; [
|
|
fennel
|
|
fnlfmt
|
|
alejandra
|
|
];
|
|
}
|