diff options
Diffstat (limited to 'content/formations/nix')
-rw-r--r-- | content/formations/nix/_index.md | 17 | ||||
-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, 0 insertions, 68 deletions
diff --git a/content/formations/nix/_index.md b/content/formations/nix/_index.md deleted file mode 100644 index 7885ab9..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 72d9ac3..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 a7ad03a..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 bd08e6e..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 8e49a71..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 0a3fcdb..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 bb7c69e..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 80da224..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 e1caed6..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 e397ec8..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 ---- |