From 79fbdb4e1aca13bd6f7cb2303d658575521dfa4d Mon Sep 17 00:00:00 2001 From: albertvala Date: Fri, 14 Mar 2025 19:59:06 +0100 Subject: [PATCH] minor changes --- prezentace.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/prezentace.md b/prezentace.md index a716da3..5a189ac 100644 --- a/prezentace.md +++ b/prezentace.md @@ -180,7 +180,7 @@ nix flake show github:kamadorueda/alejandra --- -# Nová flake +# Nová flake z full templatu * `nix flake init --template templates#full` @@ -205,7 +205,7 @@ nix flake show github:kamadorueda/alejandra # Nixos-rebuild -* Je to jen bash script +- Je to jen bash script ```shell nixos-rebuild --flake @@ -261,6 +261,7 @@ pkgs.mkShell { --- ```nix +#flake.nix { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; @@ -455,3 +456,6 @@ pkgs.writers.writePython3 "hello-world-python" print("Hello world!") '' ``` +--- + +# **Děkujeme za pozornost.** \ No newline at end of file