Initial
This commit is contained in:
commit
2e867617d1
32
pr.md
Normal file
32
pr.md
Normal file
@ -0,0 +1,32 @@
|
||||
---
|
||||
marp: true
|
||||
class: invert
|
||||
paginate: true
|
||||
footer: "Albert Vala"
|
||||
---
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
|
||||
:root {
|
||||
background-color: rgb(10,10,10);
|
||||
font-family: Ubuntu, Arial
|
||||
}
|
||||
h1 {
|
||||
color: rgb(87, 175, 246)
|
||||
}
|
||||
code {
|
||||
background-color: rgb(10,10,10)
|
||||
}
|
||||
header {
|
||||
color: rgb(100,100,100)
|
||||
}
|
||||
footer {
|
||||
color: rgb(100,100,100)
|
||||
}
|
||||
</style>
|
||||
|
||||
# Prvni kontrolni bod
|
||||
---
|
||||
# Priprava infra
|
||||
- VPS
|
||||
- Nginx reverse proxy s ssl certifikatama
|
||||
---
|
||||
50
prezentace.md
Normal file
50
prezentace.md
Normal file
@ -0,0 +1,50 @@
|
||||
---
|
||||
marp: true
|
||||
class: invert
|
||||
paginate: true
|
||||
footer: "Albert Vala, Filip Kohout, Nix flakes & Nix command"
|
||||
---
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
|
||||
:root {
|
||||
background-color: rgb(10,10,10);
|
||||
font-family: Ubuntu, Arial
|
||||
}
|
||||
h1 {
|
||||
color: rgb(87, 175, 246)
|
||||
}
|
||||
code {
|
||||
background-color: rgb(10,10,10)
|
||||
}
|
||||
header {
|
||||
color: rgb(100,100,100)
|
||||
}
|
||||
footer {
|
||||
color: rgb(100,100,100)
|
||||
}
|
||||
</style>
|
||||
|
||||
# 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?
|
||||
-
|
||||
Loading…
Reference in New Issue
Block a user