~artemis/svg

714c8e86f20db400adabf5dfdef521ca44a99026 — Artémis 10 months ago c5d7154 main
added nix dev shell
1 files changed, 4 insertions(+), 0 deletions(-)

A shell.nix
A shell.nix => shell.nix +4 -0
@@ 0,0 1,4 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
  nativeBuildInputs = with pkgs; [ meson ninja SDL2 ];
}