commit 2e867617d16c55f9106231d8d7d7b67e3aed9400 Author: albertvala Date: Thu Mar 13 15:55:04 2025 +0100 Initial 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