forked from Deuxfleurs/guide.deuxfleurs.fr
Squelette NixOS
This commit is contained in:
parent
0e3ec56f28
commit
57c4611b5a
24 changed files with 77 additions and 15 deletions
|
@ -2,6 +2,6 @@
|
|||
title = "Se former"
|
||||
description = "Se former"
|
||||
weight = 30
|
||||
sorted_by = "weight"
|
||||
sort_by = "weight"
|
||||
+++
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title = "Études sur les sciences et les techniques"
|
||||
description = "Études sur les sciences et les techniques"
|
||||
weight = 10
|
||||
sorted_by = "weight"
|
||||
sort_by = "weight"
|
||||
+++
|
||||
|
||||
Science & Technology Studies.
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
+++
|
||||
title = "Écosystème Nix"
|
||||
description = "L'écosysème Nix : nixlang, nixpkgs, nixos, flakes, etc."
|
||||
sorted_by = "weight"
|
||||
sort_by = "weight"
|
||||
weight = 30
|
||||
+++
|
||||
|
||||
# Apprendre
|
||||
|
||||
Suivez les liens dans le menu de gauche dans l'ordre
|
||||
|
||||
# Ressources
|
||||
|
||||
search.nixos.org pour trouver un paquet.
|
||||
|
||||
Se référer au wiki nixos pour comprendre rapidement un domaine.
|
||||
Par exemple domaine = nodejs ou domaine = audio linux.
|
||||
|
|
5
content/formations/nix/channel.md
Normal file
5
content/formations/nix/channel.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = "Channel"
|
||||
description = "Channel et cache"
|
||||
weight = 60
|
||||
+++
|
11
content/formations/nix/cli.md
Normal file
11
content/formations/nix/cli.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
+++
|
||||
title = "CLI"
|
||||
description = "Les outils en CLI"
|
||||
weight = 55
|
||||
+++
|
||||
|
||||
# nix-shell
|
||||
|
||||
# nix repl
|
||||
|
||||
# etc.
|
5
content/formations/nix/derivation.md
Normal file
5
content/formations/nix/derivation.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = "Dérivation"
|
||||
description = "Dérivation"
|
||||
weight = 10
|
||||
+++
|
5
content/formations/nix/flake.md
Normal file
5
content/formations/nix/flake.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = "Flakes"
|
||||
description = "Flakes"
|
||||
weight = 70
|
||||
+++
|
5
content/formations/nix/home_manager.md
Normal file
5
content/formations/nix/home_manager.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = "Home Manager"
|
||||
description = "Home Manager"
|
||||
weight = 80
|
||||
+++
|
5
content/formations/nix/modules.md
Normal file
5
content/formations/nix/modules.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = "Modules"
|
||||
description = "Les modules de NixOS"
|
||||
weight = 50
|
||||
+++
|
5
content/formations/nix/nixlang.md
Normal file
5
content/formations/nix/nixlang.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = "Langage"
|
||||
description = "Le langage Nix"
|
||||
weight = 20
|
||||
+++
|
5
content/formations/nix/nixpkgs.md
Normal file
5
content/formations/nix/nixpkgs.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = "Dépôt officiel"
|
||||
description = "Le dépôt officiel nixpkgs"
|
||||
weight = 40
|
||||
+++
|
5
content/formations/nix/nixstd.md
Normal file
5
content/formations/nix/nixstd.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = "Bibliothèque standard"
|
||||
description = "La bibliothèque standard de Nix"
|
||||
weight = 30
|
||||
+++
|
|
@ -2,7 +2,7 @@
|
|||
title = "Opérations"
|
||||
description = "Opérations"
|
||||
weight = 100
|
||||
sorted_by = "weight"
|
||||
sort_by = "weight"
|
||||
+++
|
||||
|
||||
# Définitions
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
title = "Accès"
|
||||
description = "Accès"
|
||||
sorted_by = "weight"
|
||||
sort_by = "weight"
|
||||
weight = 5
|
||||
+++
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
title = "Débogage"
|
||||
description = "Débogage"
|
||||
weight = 60
|
||||
sorted_by = "weight"
|
||||
sort_by = "weight"
|
||||
+++
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
title = "Déploiement"
|
||||
description = "Déploiement"
|
||||
weight = 10
|
||||
sorted_by = "weight"
|
||||
sort_by = "weight"
|
||||
+++
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
title = "Applications"
|
||||
description = "Déploiement d'une application"
|
||||
sorted_by = "weight"
|
||||
sort_by = "weight"
|
||||
weight = 30
|
||||
+++
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
title = "Maintien en condition"
|
||||
description = "Maintien en condition"
|
||||
sorted_by = "weight"
|
||||
sort_by = "weight"
|
||||
weight = 20
|
||||
+++
|
||||
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
title = "Pannes"
|
||||
description = "Pannes"
|
||||
weight = 70
|
||||
sorted_by = "weight"
|
||||
sort_by = "weight"
|
||||
+++
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
title = "Sauvegardes"
|
||||
description = "Sauvegardes"
|
||||
weight = 30
|
||||
sorted_by = "weight"
|
||||
sort_by = "weight"
|
||||
+++
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title = "Supervision"
|
||||
description = "Supervision"
|
||||
weight = 40
|
||||
sorted_by = "weight"
|
||||
sort_by = "weight"
|
||||
+++
|
||||
|
||||
# Métriques
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
title = "Support"
|
||||
description = "Support"
|
||||
weight = 50
|
||||
sorted_by = "weight"
|
||||
sort_by = "weight"
|
||||
+++
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title = "Prise en main"
|
||||
description = "Prise en main"
|
||||
weight = 10
|
||||
sorted_by = "weight"
|
||||
sort_by = "weight"
|
||||
+++
|
||||
|
||||
# Organiser une réunion en ligne
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title = "Vie associative"
|
||||
description = "Vie associative"
|
||||
weight = 50
|
||||
sorted_by = "weight"
|
||||
sort_by = "weight"
|
||||
+++
|
||||
|
||||
Ceci est un manuel
|
||||
|
|
Loading…
Reference in a new issue