diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-01 15:55:48 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-01 15:55:48 +0100 |
commit | 8484bd360150c4e98a2e62a9d923e098aa7aee51 (patch) | |
tree | 578641facdf0a4dbceacd06255b945b63b16e10f /content/formations/nix.md | |
parent | 6cac8feab52e8105bc7be0f1b3a0f37a313635b4 (diff) | |
download | guide.deuxfleurs.fr-8484bd360150c4e98a2e62a9d923e098aa7aee51.tar.gz guide.deuxfleurs.fr-8484bd360150c4e98a2e62a9d923e098aa7aee51.zip |
rework se former
Diffstat (limited to 'content/formations/nix.md')
-rw-r--r-- | content/formations/nix.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/content/formations/nix.md b/content/formations/nix.md new file mode 100644 index 0000000..b131a30 --- /dev/null +++ b/content/formations/nix.md @@ -0,0 +1,19 @@ +--- +title: "Écosystème Nix" +description: "L'écosysème Nix : nixlang, nixpkgs, nixos, flakes, etc." +sort_by: "weight" +weight: 60 +extra: + parent: 'formations/_index.md' +--- + +# Apprendre + +Suivez les liens dans le menu de gauche dans l'ordre + +# Ressources + +<https://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. |