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 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 -+++ |