diff options
author | Alex Auvolat <alex@adnab.me> | 2023-04-17 12:24:51 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-04-17 12:24:51 +0200 |
commit | 7d41074f738de8f9d7a7e910fb1c26ed698373c2 (patch) | |
tree | 4f9ec3cea7b573d7fe7a90e619453ab3473b6a40 /content/formations/cli.md | |
parent | 1701a090c292f9f3f1894e6844032b3cbe6d15de (diff) | |
parent | 4a98a21215262f646307113782b3e8762de70660 (diff) | |
download | guide.deuxfleurs.fr-7d41074f738de8f9d7a7e910fb1c26ed698373c2.tar.gz guide.deuxfleurs.fr-7d41074f738de8f9d7a7e910fb1c26ed698373c2.zip |
Merge branch 'main' into reduce-image-sizes
Diffstat (limited to 'content/formations/cli.md')
-rw-r--r-- | content/formations/cli.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/content/formations/cli.md b/content/formations/cli.md new file mode 100644 index 0000000..fdc9bd0 --- /dev/null +++ b/content/formations/cli.md @@ -0,0 +1,13 @@ +--- +title: "CLI" +description: "Les outils en CLI" +weight: 55 +extra: + parent: 'formations/nix.md' +--- + +# nix-shell + +# nix repl + +# etc. |