index
:
week41/fedishoop.git
main
Unnamed repository; edit this file 'description' to name the repository.
git user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell.nix
blob: 6e4bf94e3d82dd90543d86790149e19fd662af6c (
plain
)
1
2
3
4
5
6
{ pkgs ? import <nixpkgs> {}}: pkgs.mkShellNoCC { packages = with pkgs; [ deno ]; }