diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1adcc2d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +prezentace.html diff --git a/prezentace.md b/prezentace.md index 025601b..521da12 100644 --- a/prezentace.md +++ b/prezentace.md @@ -81,15 +81,13 @@ nix flake show github:kamadorueda/alejandra ``` --- -# Jak pouzit flakes na system configuraci? +# Jak použít flakes na systémovou configuraci? * Flakes používáme jen na management input a output atributů * Zbytek konfigurace používá inputy definované ve flake.nix --- -# Flake example - ```nix { description = "NixOS configuration";