Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 602221a

Browse files
committed
Add shell.nix
1 parent c7ecf25 commit 602221a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

shell.nix

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

0 commit comments

Comments
 (0)