Set up nix shell, aniseed
This commit is contained in:
parent
6db31714b5
commit
1f6f0c40e8
7 changed files with 139 additions and 0 deletions
8
nix/shell.nix
Normal file
8
nix/shell.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}:
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
fennel
|
||||
fnlfmt
|
||||
alejandra
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue