aboutsummaryrefslogtreecommitdiff
path: root/content/formations
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-05-12 17:18:05 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-05-12 17:18:05 +0200
commit57c4611b5ac29e69cd63162cdd07d1101a587119 (patch)
tree54f24c8b22886464e6e0fb21fc7c695a4ec24485 /content/formations
parent0e3ec56f2801064e474f3b6b3d9f7eb9b7ad0c3e (diff)
downloadguide.deuxfleurs.fr-57c4611b5ac29e69cd63162cdd07d1101a587119.tar.gz
guide.deuxfleurs.fr-57c4611b5ac29e69cd63162cdd07d1101a587119.zip
Squelette NixOS
Diffstat (limited to 'content/formations')
-rw-r--r--content/formations/_index.md2
-rw-r--r--content/formations/est/_index.md2
-rw-r--r--content/formations/nix/_index.md13
-rw-r--r--content/formations/nix/channel.md5
-rw-r--r--content/formations/nix/cli.md11
-rw-r--r--content/formations/nix/derivation.md5
-rw-r--r--content/formations/nix/flake.md5
-rw-r--r--content/formations/nix/home_manager.md5
-rw-r--r--content/formations/nix/modules.md5
-rw-r--r--content/formations/nix/nixlang.md5
-rw-r--r--content/formations/nix/nixpkgs.md5
-rw-r--r--content/formations/nix/nixstd.md5
12 files changed, 65 insertions, 3 deletions
diff --git a/content/formations/_index.md b/content/formations/_index.md
index 86ac5a7..e7ad314 100644
--- a/content/formations/_index.md
+++ b/content/formations/_index.md
@@ -2,6 +2,6 @@
title = "Se former"
description = "Se former"
weight = 30
-sorted_by = "weight"
+sort_by = "weight"
+++
diff --git a/content/formations/est/_index.md b/content/formations/est/_index.md
index e0ca5e3..c2db1ef 100644
--- a/content/formations/est/_index.md
+++ b/content/formations/est/_index.md
@@ -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.
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
++++