From afdf322037c4cf16f9f6902d5decf4414a7d78de Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Wed, 28 Aug 2024 08:00:33 +0000 Subject: add vm stuff --- shells/csci.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 shells/csci.nix (limited to 'shells') diff --git a/shells/csci.nix b/shells/csci.nix new file mode 100644 index 0000000..c0f7dfb --- /dev/null +++ b/shells/csci.nix @@ -0,0 +1,8 @@ +{ pkgs ? import {} }: + +pkgs.mkShell { + packages = with pkgs; [ + clang + llvmPackages.bintools + ]; +} -- cgit v1.2.3