From d52b1a3d9cc5b90a2eae11c9f92e4961dcf6ac62 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Mon, 16 Oct 2023 19:31:35 +0200 Subject: [PATCH] =?UTF-8?q?atom=20supprim=C3=A9=20de=20nixpkgs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/graphical/developpement.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/applications/graphical/developpement.nix b/applications/graphical/developpement.nix index 44054b2..4ceec99 100644 --- a/applications/graphical/developpement.nix +++ b/applications/graphical/developpement.nix @@ -26,8 +26,5 @@ mkIf (flags.developpement && flags.graphical) { ## Visualisation & outils de diff #gource # visualisation en mouvement de l'historique git meld # outil de comparaison graphique - - # Editeur texte - atom ]; }