From 086f68e1af17ff3020b3283f8a5763d062ca6770 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Mon, 20 May 2024 00:19:17 +0000 Subject: update nix config --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 44c81a5..56b25d5 100644 --- a/flake.nix +++ b/flake.nix @@ -23,6 +23,9 @@ inputs.home-manager.nixosModules.default ]; }; - devShells.x86_64-linux.default = (import ./shells/dev.nix {inherit pkgs; }); + devShells.x86_64-linux = { + default = (import ./shells/all.nix {inherit pkgs;}); + haemolacriaa = (import ./shells/haemolacriaa.nix {inherit pkgs;}); + }; }; } -- cgit v1.2.3