summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
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;});
+ };
};
}