diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 17:18:05 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 17:18:05 +0200 |
commit | 57c4611b5ac29e69cd63162cdd07d1101a587119 (patch) | |
tree | 54f24c8b22886464e6e0fb21fc7c695a4ec24485 /content/formations/nix/cli.md | |
parent | 0e3ec56f2801064e474f3b6b3d9f7eb9b7ad0c3e (diff) | |
download | guide.deuxfleurs.fr-57c4611b5ac29e69cd63162cdd07d1101a587119.tar.gz guide.deuxfleurs.fr-57c4611b5ac29e69cd63162cdd07d1101a587119.zip |
Squelette NixOS
Diffstat (limited to 'content/formations/nix/cli.md')
-rw-r--r-- | content/formations/nix/cli.md | 11 |
1 files changed, 11 insertions, 0 deletions
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. |