/!\ migration à nixos 19.03 (18.03 plus mis à jour)

This commit is contained in:
Yves Dubromelle
2019-05-09 12:30:21 +02:00
parent c642afb7e6
commit a5e03f769b
7 changed files with 10 additions and 10 deletions

View File

@@ -13,6 +13,6 @@ mkIf (flags.developpement-haskell && flags.graphical) {
environment.systemPackages = with pkgs; [
] ++ (with pkgs.haskellPackages; [
# Haskell lib
threadscope # visualisation des threads (<bidule>.eventlog)
#threadscope # visualisation des threads (<bidule>.eventlog)
]);
}