diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 17:18:05 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 17:18:05 +0200 |
commit | 57c4611b5ac29e69cd63162cdd07d1101a587119 (patch) | |
tree | 54f24c8b22886464e6e0fb21fc7c695a4ec24485 /content/formations/nix | |
parent | 0e3ec56f2801064e474f3b6b3d9f7eb9b7ad0c3e (diff) | |
download | guide.deuxfleurs.fr-57c4611b5ac29e69cd63162cdd07d1101a587119.tar.gz guide.deuxfleurs.fr-57c4611b5ac29e69cd63162cdd07d1101a587119.zip |
Squelette NixOS
Diffstat (limited to 'content/formations/nix')
-rw-r--r-- | content/formations/nix/_index.md | 13 | ||||
-rw-r--r-- | content/formations/nix/channel.md | 5 | ||||
-rw-r--r-- | content/formations/nix/cli.md | 11 | ||||
-rw-r--r-- | content/formations/nix/derivation.md | 5 | ||||
-rw-r--r-- | content/formations/nix/flake.md | 5 | ||||
-rw-r--r-- | content/formations/nix/home_manager.md | 5 | ||||
-rw-r--r-- | content/formations/nix/modules.md | 5 | ||||
-rw-r--r-- | content/formations/nix/nixlang.md | 5 | ||||
-rw-r--r-- | content/formations/nix/nixpkgs.md | 5 | ||||
-rw-r--r-- | content/formations/nix/nixstd.md | 5 |
10 files changed, 63 insertions, 1 deletions
diff --git a/content/formations/nix/_index.md b/content/formations/nix/_index.md index e3295ab..ac6a752 100644 --- a/content/formations/nix/_index.md +++ b/content/formations/nix/_index.md @@ -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. diff --git a/content/formations/nix/channel.md b/content/formations/nix/channel.md new file mode 100644 index 0000000..d5390b6 --- /dev/null +++ b/content/formations/nix/channel.md @@ -0,0 +1,5 @@ ++++ +title = "Channel" +description = "Channel et cache" +weight = 60 ++++ diff --git a/content/formations/nix/cli.md b/content/formations/nix/cli.md new file mode 100644 index 0000000..1c51cdf --- /dev/null +++ b/content/formations/nix/cli.md @@ -0,0 +1,11 @@ ++++ +title = "CLI" +description = "Les outils en CLI" +weight = 55 ++++ + +# nix-shell + +# nix repl + +# etc. diff --git a/content/formations/nix/derivation.md b/content/formations/nix/derivation.md new file mode 100644 index 0000000..b178793 --- /dev/null +++ b/content/formations/nix/derivation.md @@ -0,0 +1,5 @@ ++++ +title = "Dérivation" +description = "Dérivation" +weight = 10 ++++ diff --git a/content/formations/nix/flake.md b/content/formations/nix/flake.md new file mode 100644 index 0000000..669f4c1 --- /dev/null +++ b/content/formations/nix/flake.md @@ -0,0 +1,5 @@ ++++ +title = "Flakes" +description = "Flakes" +weight = 70 ++++ diff --git a/content/formations/nix/home_manager.md b/content/formations/nix/home_manager.md new file mode 100644 index 0000000..1cc6662 --- /dev/null +++ b/content/formations/nix/home_manager.md @@ -0,0 +1,5 @@ ++++ +title = "Home Manager" +description = "Home Manager" +weight = 80 ++++ diff --git a/content/formations/nix/modules.md b/content/formations/nix/modules.md new file mode 100644 index 0000000..cba12bd --- /dev/null +++ b/content/formations/nix/modules.md @@ -0,0 +1,5 @@ ++++ +title = "Modules" +description = "Les modules de NixOS" +weight = 50 ++++ diff --git a/content/formations/nix/nixlang.md b/content/formations/nix/nixlang.md new file mode 100644 index 0000000..415f73a --- /dev/null +++ b/content/formations/nix/nixlang.md @@ -0,0 +1,5 @@ ++++ +title = "Langage" +description = "Le langage Nix" +weight = 20 ++++ diff --git a/content/formations/nix/nixpkgs.md b/content/formations/nix/nixpkgs.md new file mode 100644 index 0000000..641033c --- /dev/null +++ b/content/formations/nix/nixpkgs.md @@ -0,0 +1,5 @@ ++++ +title = "Dépôt officiel" +description = "Le dépôt officiel nixpkgs" +weight = 40 ++++ diff --git a/content/formations/nix/nixstd.md b/content/formations/nix/nixstd.md new file mode 100644 index 0000000..b6f83e3 --- /dev/null +++ b/content/formations/nix/nixstd.md @@ -0,0 +1,5 @@ ++++ +title = "Bibliothèque standard" +description = "La bibliothèque standard de Nix" +weight = 30 ++++ |