aboutsummaryrefslogtreecommitdiff
path: root/content/formations/nix
diff options
context:
space:
mode:
Diffstat (limited to 'content/formations/nix')
-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
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
++++