From 3579ba2ea745b64b4f0810a352d6ae9f2ac2eea0 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 14 Oct 2021 10:14:51 -0400 Subject: [PATCH] feat: add haskell to develop profile --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b2ac165..7934b2f 100644 --- a/flake.nix +++ b/flake.nix @@ -207,7 +207,11 @@ graphic = base ++ [ graphical.qtile ]; develop = [ - (with profiles.develop.programming; [ python racket ]) + (with profiles.develop.programming; [ + python + racket + haskell + ]) ]; }; };