зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
m
Этот коммит содержится в:
родитель
058e2c98ca
Коммит
6e13b8aead
@ -1,10 +1,31 @@
|
||||
https://github.com/DeterminateSystems/nix-installer
|
||||
! not a nixos
|
||||
|
||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
|
||||
PATH=...:~/.nix-profile/bin:/nix/var/nix/profiles/default/bin
|
||||
|
||||
https://github.com/DeterminateSystems/nix-installer/blob/main/src/action/mod.rs
|
||||
https://github.com/DeterminateSystems/nix-installer/blob/main/src/action/common/configure_nix.rs
|
||||
https://github.com/DeterminateSystems/nix-installer/blob/main/src/action/common/configure_shell_profile.rs
|
||||
https://github.com/DeterminateSystems/nix-installer/blob/main/src/planner/macos.rs
|
||||
launchd
|
||||
ShellProfileLocations
|
||||
https://github.com/DeterminateSystems/nix-installer/blob/main/src/planner/mod.rs#L345
|
||||
/etc/zshrc
|
||||
/etc/zsh/zshrc
|
||||
|
||||
# Nix
|
||||
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
|
||||
. '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
|
||||
fi
|
||||
# End Nix
|
||||
|
||||
|
||||
https://zero-to-nix.com/start
|
||||
https://zero-to-nix.com/start/install
|
||||
https://zero-to-nix.com/concepts/nix-installer
|
||||
! /nix/receipt.json
|
||||
1171 lines
|
||||
|
||||
https://github.com/DeterminateSystems/nix-installer-action
|
||||
|
||||
@ -17,6 +38,7 @@ https://davi.sh/blog/2024/01/nix-darwin/
|
||||
! homebrew integration
|
||||
2023
|
||||
https://determinate.systems/posts/graphical-nix-installer/
|
||||
for macos
|
||||
https://determinate.systems/posts/kvm-on-github-actions
|
||||
https://determinate.systems/posts/nix-survival-mode-on-macos
|
||||
https://determinate.systems/posts/lessons-from-1-million-nix-installs
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
2024
|
||||
https://habr.com/ru/articles/795931/
|
||||
https://habr.com/ru/companies/flant/articles/795475/
|
||||
2023
|
||||
https://habr.com/ru/companies/nixys/articles/758068/
|
||||
https://habr.com/ru/articles/764568/
|
||||
|
||||
@ -4,6 +4,8 @@ https://github.com/resilience4j/resilience4j
|
||||
|
||||
https://resilience4j.readme.io/docs
|
||||
|
||||
2024
|
||||
https://habr.com/ru/articles/793550/
|
||||
2023
|
||||
https://www.baeldung.com/spring-boot-resilience4j
|
||||
ThinkConstructive - Microservices Java Spring Boot Resilience4J Tutorial
|
||||
|
||||
@ -42,6 +42,10 @@ https://docs.spring.io/spring-kafka/api/org/springframework/kafka/core/KafkaTemp
|
||||
http://www.baeldung.com/spring-kafka
|
||||
|
||||
articles
|
||||
2024
|
||||
https://habr.com/ru/articles/797049/
|
||||
testing
|
||||
https://habr.com/ru/articles/781812/
|
||||
2023
|
||||
https://medium.com/simform-engineering/kafka-integration-made-easy-with-spring-boot-b7aaf44d8889
|
||||
https://nuancesprog.ru/p/19474/
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user