aboutsummaryrefslogtreecommitdiff
path: root/content/formations/nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-04-17 12:24:51 +0200
committerAlex Auvolat <alex@adnab.me>2023-04-17 12:24:51 +0200
commit7d41074f738de8f9d7a7e910fb1c26ed698373c2 (patch)
tree4f9ec3cea7b573d7fe7a90e619453ab3473b6a40 /content/formations/nix
parent1701a090c292f9f3f1894e6844032b3cbe6d15de (diff)
parent4a98a21215262f646307113782b3e8762de70660 (diff)
downloadguide.deuxfleurs.fr-7d41074f738de8f9d7a7e910fb1c26ed698373c2.tar.gz
guide.deuxfleurs.fr-7d41074f738de8f9d7a7e910fb1c26ed698373c2.zip
Merge branch 'main' into reduce-image-sizes
Diffstat (limited to 'content/formations/nix')
-rw-r--r--content/formations/nix/_index.md17
-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, 0 insertions, 68 deletions
diff --git a/content/formations/nix/_index.md b/content/formations/nix/_index.md
deleted file mode 100644
index 7134d61..0000000
--- a/content/formations/nix/_index.md
+++ /dev/null
@@ -1,17 +0,0 @@
-+++
-title = "Écosystème Nix"
-description = "L'écosysème Nix : nixlang, nixpkgs, nixos, flakes, etc."
-sort_by = "weight"
-weight = 60
-+++
-
-# 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.
diff --git a/content/formations/nix/channel.md b/content/formations/nix/channel.md
deleted file mode 100644
index d5390b6..0000000
--- a/content/formations/nix/channel.md
+++ /dev/null
@@ -1,5 +0,0 @@
-+++
-title = "Channel"
-description = "Channel et cache"
-weight = 60
-+++
diff --git a/content/formations/nix/cli.md b/content/formations/nix/cli.md
deleted file mode 100644
index 1c51cdf..0000000
--- a/content/formations/nix/cli.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-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
deleted file mode 100644
index b178793..0000000
--- a/content/formations/nix/derivation.md
+++ /dev/null
@@ -1,5 +0,0 @@
-+++
-title = "Dérivation"
-description = "Dérivation"
-weight = 10
-+++
diff --git a/content/formations/nix/flake.md b/content/formations/nix/flake.md
deleted file mode 100644
index 669f4c1..0000000
--- a/content/formations/nix/flake.md
+++ /dev/null
@@ -1,5 +0,0 @@
-+++
-title = "Flakes"
-description = "Flakes"
-weight = 70
-+++
diff --git a/content/formations/nix/home_manager.md b/content/formations/nix/home_manager.md
deleted file mode 100644
index 1cc6662..0000000
--- a/content/formations/nix/home_manager.md
+++ /dev/null
@@ -1,5 +0,0 @@
-+++
-title = "Home Manager"
-description = "Home Manager"
-weight = 80
-+++
diff --git a/content/formations/nix/modules.md b/content/formations/nix/modules.md
deleted file mode 100644
index cba12bd..0000000
--- a/content/formations/nix/modules.md
+++ /dev/null
@@ -1,5 +0,0 @@
-+++
-title = "Modules"
-description = "Les modules de NixOS"
-weight = 50
-+++
diff --git a/content/formations/nix/nixlang.md b/content/formations/nix/nixlang.md
deleted file mode 100644
index 415f73a..0000000
--- a/content/formations/nix/nixlang.md
+++ /dev/null
@@ -1,5 +0,0 @@
-+++
-title = "Langage"
-description = "Le langage Nix"
-weight = 20
-+++
diff --git a/content/formations/nix/nixpkgs.md b/content/formations/nix/nixpkgs.md
deleted file mode 100644
index 641033c..0000000
--- a/content/formations/nix/nixpkgs.md
+++ /dev/null
@@ -1,5 +0,0 @@
-+++
-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
deleted file mode 100644
index b6f83e3..0000000
--- a/content/formations/nix/nixstd.md
+++ /dev/null
@@ -1,5 +0,0 @@
-+++
-title = "Bibliothèque standard"
-description = "La bibliothèque standard de Nix"
-weight = 30
-+++