Add tools to nix config

master
Oystein Kristoffer Tveit 2021-11-18 14:06:46 +01:00
parent 3743797996
commit bda2603208
1 changed files with 3 additions and 0 deletions

View File

@ -3,5 +3,8 @@ with pkgs;
mkShell {
buildInputs = [
(callPackage ./.nix { pkgs = pkgs; }).reveal-md
inkscape
gimp
drawio
];
}