Compare commits

...

5 Commits

Author SHA1 Message Date
Yves Dubromelle
84802f8604 ajout hindent 2017-01-26 10:41:38 +01:00
Yves Dubromelle
28092fb029 latitude sert son nix-store 2017-01-26 10:39:17 +01:00
79a3fd779b munin: ajout bc 2017-01-26 00:12:02 +01:00
fcf73d4249 commande pour afficher les emplacements contenant des expressions nix construites 2017-01-26 00:11:52 +01:00
ce7e111128 on reste dans la branche courante 2017-01-26 00:11:06 +01:00
4 changed files with 7 additions and 1 deletions

View File

@@ -25,6 +25,9 @@ optimise:
rebuild-switch:
nixos-rebuild switch --fallback --show-trace
show-roots:
nix-store --gc --print-roots
store-repair:
nix-store --verify --check-contents --repair
@@ -45,7 +48,7 @@ push: submodules-push
submodules-update:
#git submodule update --remote
$(GSF) git co master
#$(GSF) git co master
$(GSF) git ff
$(GSF) git gc --auto

View File

@@ -260,6 +260,7 @@ in
ConnectTo = rollo_dubronetwork_fr
ConnectTo = ocean_prunetwork_fr
'';
nix-serve-server = true;
};
})
(mkIf comp.isMonstre {

View File

@@ -18,6 +18,7 @@ mkIf cfg.developpement-haskell {
stack # pour les paquets en LTS de stackage
haskellPackages.stylish-haskell # qualité de code
haskellPackages.hindent
# Application perso
haskellPackages.hahp

View File

@@ -11,6 +11,7 @@ mkIf true {
# Paquets
environment.systemPackages = with pkgs; [
bc
mailutils
];