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 --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a78b6ce..a538e15 100644 --- a/flake.nix +++ b/flake.nix @@ -39,6 +39,7 @@ devShells.x86_64-linux = { default = (import ./shells/all.nix {inherit pkgs;}); haemolacriaa = (import ./shells/haemolacriaa.nix {inherit pkgs;}); + csci = (import ./shells/csci.nix {inherit pkgs;}); }; }; } -- cgit v1.2.3