minor changes

This commit is contained in:
albertvala 2025-03-14 19:59:06 +01:00
parent 4016883770
commit 79fbdb4e1a

View File

@ -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.**