mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
commit
This commit is contained in:
parent
5ee1f729bd
commit
6ba4f4eacd
18 changed files with 231 additions and 5 deletions
3
shell.nix
Normal file
3
shell.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
|
||||
packages = with pkgs; [ nodejs ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue