minor changes

This commit is contained in:
albertvala 2025-03-14 09:53:36 +01:00
parent b53067e386
commit aa711115d9
2 changed files with 2 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
prezentace.html

View File

@ -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ů * Flakes používáme jen na management input a output atributů
* Zbytek konfigurace používá inputy definované ve flake.nix * Zbytek konfigurace používá inputy definované ve flake.nix
--- ---
# Flake example
```nix ```nix
{ {
description = "NixOS configuration"; description = "NixOS configuration";