From 2e867617d16c55f9106231d8d7d7b67e3aed9400 Mon Sep 17 00:00:00 2001 From: albertvala Date: Thu, 13 Mar 2025 15:55:04 +0100 Subject: [PATCH] Initial --- README.md | 1 + pr.md | 32 ++++++++++++++++++++++++++++++++ prezentace.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 83 insertions(+) create mode 100644 README.md create mode 100644 pr.md create mode 100644 prezentace.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c1501b --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Prezentace na fyziku - termika v letectvi diff --git a/pr.md b/pr.md new file mode 100644 index 0000000..3a81acc --- /dev/null +++ b/pr.md @@ -0,0 +1,32 @@ +--- +marp: true +class: invert +paginate: true +footer: "Albert Vala" +--- + + +# Prvni kontrolni bod +--- +# Priprava infra +- VPS + - Nginx reverse proxy s ssl certifikatama +--- \ No newline at end of file diff --git a/prezentace.md b/prezentace.md new file mode 100644 index 0000000..88d971b --- /dev/null +++ b/prezentace.md @@ -0,0 +1,50 @@ +--- +marp: true +class: invert +paginate: true +footer: "Albert Vala, Filip Kohout, Nix flakes & Nix command" +--- + + +# Nix flakes & Nix command +--- +# nix command +- Nove nix cli +--- +# Proc zmena? +- Protoze treba nix-shell se nemel pouzivat na nix-shell -p +- Flake support +--- +# Porovnani +```shell +nix-shell -p cowsay nix shell nixpkgs#cowsay +``` +nix eval +nix why-depends + +--- +# Flakes +## Why tho? +- Lockfiles. +- Flake inputs +--- +# Na co flaku pouzit? +- \ No newline at end of file