From 2a625a77b422dade566759d524f65b728ce14ab2 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 26 Sep 2021 00:10:57 -0400 Subject: [PATCH] feat: add develop suite --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 8348f2e..c38da70 100644 --- a/flake.nix +++ b/flake.nix @@ -132,6 +132,10 @@ suites = with profiles; rec { base = [ core users.root users.infinidoge ]; graphic = base ++ [ graphical.qtile ]; + + develop = nixos.lib.lists.flatten [ + (with profiles.develop.programming; [ python racket ]) + ]; }; test = self.lib; };