Add panic shell
This commit is contained in:
parent
7bbc83eddb
commit
3198e9131e
1 changed files with 10 additions and 0 deletions
10
shells/panic.nix
Normal file
10
shells/panic.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.devshell.mkShell {
|
||||
name = "Panic";
|
||||
packages = with pkgs; [
|
||||
python3
|
||||
pandoc
|
||||
texlive.combined.scheme-full
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue