Commit Graph

556 Commits

Author SHA1 Message Date
Ryan Yin
6e8d051d89 docs: add refs - run downloaded binaries 2024-08-28 17:28:46 +08:00
Ryan Yin
ed48f181f6
fix: specialArgs & _module.args (#185) 2024-08-28 12:20:00 +08:00
Ryan Yin
d8914059f9 fix: specialArgs & _module.args 2024-08-28 12:15:35 +08:00
Ryan Yin
889d848005 feat: gc for home-manager - https://github.com/NixOS/nix/issues/8508 2024-08-28 12:03:35 +08:00
Ryan Yin
2f284cef80 fix: Donation link - afdian 2024-08-18 14:50:37 +08:00
Ryan Yin
3bec796f72
fix: FUNDING - afdian 2024-08-14 09:43:24 +08:00
kev
5b9b396ef7
docs(other-usage-of-flakes/inputs): add tag and submodules input usage (#184) 2024-08-13 09:16:34 +08:00
Felix Stupp
869cea884c
update-the-system: add hint about --recreate-lock-file argument (#181) 2024-08-09 09:39:30 +08:00
segyges
6a9307505b
"do" to "doing" (#180) 2024-08-07 12:19:49 +08:00
Svenum
8101b9f659
Update host-your-own-binary-cache-server.md (#178) 2024-08-05 09:32:19 +08:00
Mateus Alves
f0017561fd
fix: typos (#176) 2024-07-31 09:14:08 +08:00
Ryan Yin
7cb2b66feb fix: typo 2024-07-30 21:34:51 +08:00
Alan Urmancheev
ff20b699c8
Fix typo in remote-deployment.md: .#nixos-text -> .#my-nixos (#174) 2024-07-30 21:31:24 +08:00
Ryan Yin
c46a9a57b6
feat: update dev-env (#173) 2024-07-26 10:46:34 +08:00
Ryan Yin
18f26f8a79 fix: typo 2024-07-25 21:32:35 +08:00
Ryan Yin
7421ed457c feat(Chinese): add an example of version pinning with flakes 2024-07-18 09:54:26 +08:00
Walter Huf
c3edba57e4
Add an example of version pinning with flakes (#172) 2024-07-18 09:41:16 +08:00
Ryan Yin
dae7350deb fix: typo 2024-07-08 09:50:54 +08:00
Ryan Yin
35f6e26eb7
feat: update depends, fix markdown-it-cjk-breaks (#169) 2024-06-30 23:51:27 +08:00
EmanuelM153
0d25f711bb
Fixed an error with the next and prev navigation. (#167)
The configuration on the sidebar for the section "Nix Store & Binary
Cache" on page "Add Binary Cache Servers" missed a '/' in the link
to reference the root of the document.
That error resulted only in the button "Next page" that referenced the
"Preface" page.
2024-06-30 22:54:49 +08:00
Ryan Yin
8ca5f58923 feat: replace 'nix flake lock --update-input' with 'nix flake update' 2024-06-03 09:37:06 +08:00
iceBear67
9c6ff9b58c
Fix typo Homa -> Home in chapter start-using-home-manager (#161) 2024-05-20 16:32:45 +08:00
jinzhongjia
3b322cd852
[Little Change]: 重写了模块系统关于省略 config key 的说明 (#159)
* [Little Change]:重写关于省略 `config` 的声明

* [Little Change]:rewrite about "emit declaration of `config`"
2024-05-13 00:05:39 +08:00
Ryan Yin
b38976ad9d chore: add github sponsors 2024-05-10 14:18:54 +08:00
Ryan Yin
56f0de8247
Update FUNDING.yml 2024-05-10 12:14:38 +08:00
Jörg Thalheim
f08ea207ef
link to new nixos wiki (#158)
This commit updates the the link from the former, unofficial nixos wiki
page to the new https://wiki.nixos.org
ref: NixOS/foundation#113
2024-05-10 09:40:43 +08:00
Ryan Yin
d509b20039 fix: #156 2024-05-07 10:18:41 +08:00
cqrect
3ce16b76b4
fix: fix typo (#155) 2024-04-26 09:17:42 +08:00
Ryan Yin
4f141293d5 fix: fix the description of sudo 2024-04-17 22:23:28 +08:00
Ryan Yin
3ae3f70da4 feat: dev env 2024-04-17 22:10:21 +08:00
Ryan Yin
a59b8f63a1 polish: change nixos name to my-nixos to make it more understandable 2024-04-13 23:35:38 +08:00
Ryan Yin
7b10abda1d fix: duplicate words 2024-04-13 23:32:38 +08:00
Adar Dagan
69ff2ce2d8
remove dead links (#148) 2024-04-13 08:19:31 +08:00
David Torralba Goitia
a959ba388d
fix: fix typo (#147) 2024-04-12 14:28:42 +08:00
Ryan Yin
85618625c1 chore: remove some of the confusing content 2024-04-09 22:39:35 +08:00
kev
b015efb7d2
patch(nix-store): fix inconsistent aws configs (#145)
* fix: correct a typo

* patch(nix-store): fix inconsistent aws configs

---------

Co-authored-by: kev <31861128+yqlbu@users.noreply.github.com>
2024-04-09 22:37:30 +08:00
Ryan Yin
9afc7fc140 polish: host your own nix binary cache server 2024-04-08 01:20:39 +08:00
Ryan Yin
a87d5dc0b0
feat: add a separate chapater for nix store & binary cache (#144) 2024-04-08 01:14:54 +08:00
kev
3d77080e71
docs: add host-custom-binary-cache-with-s3.md (#140)
* fix: correct a typo

* docs: add host-custom-binary-cache-with-s3.md

* docs(zh): add host-custom-binary-cache-with-s3.md

* feat(config.ts): enable routing

* patch: reordering

* fix: fix inconsistent typos

* fix: use nix run nixpkgs#pwgen as per suggestion

* fix: use MinIO as per suggestion

* feat: add background

* patch: rework nix-cache-info creation

* patch: clarify nix-cache-write.json usage

* fix: comment console output line as per suggestion

* fix: apply minior fixes

* fix: improve clarify as per suggestion

* feat: add prerequisites

* refactor: rework zh version

* fix: fix inconsistent quotations

* feat: add step to create aws-credentials

* style: add spaces between English and Chinese Characters

---------

Co-authored-by: kev <31861128+yqlbu@users.noreply.github.com>
Co-authored-by: Ryan Yin <xiaoyin_c@qq.com>
2024-04-07 21:32:48 +08:00
Ryan Yin
445abd38be chore: update content about nix cache servers 2024-04-07 20:44:51 +08:00
Tim Siegel
177871a1c7
introduction/index.md: fix word choice for clarity (#142)
A "slippery experience" is not a common phrase, and brings to mind something challenging, hard to grasp, or likely to lose control of at any moment. A "smooth experience" is a common phrase, meaning no rough edges, encountering no snags or friction or unexpected pitfalls.
2024-04-07 09:31:40 +08:00
Ryan Yin
c464ebb554
feat: bump vitepress to 1.0.2 (#141) 2024-04-04 22:06:14 +08:00
Ryan Yin
d7fb878559 feat: download packages via a proxy 2024-03-27 23:25:16 +08:00
Ryan Yin
29f6473dad feat: migrate content about china's networking to nixos-cn 2024-03-26 23:37:41 +08:00
Ryan Yin
eb63d0288b fix: license 2024-03-26 23:23:18 +08:00
Mikko Lukas Räsänen
28616c8502
Fixed a single typo (#133)
Corrected "Cconclusion" to "Conclusion"
2024-03-24 00:42:32 +08:00
Ryan Yin
5410d170a3
refactor: divide nixos-with-flakes-enabled into several sections to make it easier to read and find (#132) 2024-03-22 18:49:04 +08:00
Ryan Yin
cb4941ee44
feat: one more section about flake's 'self' (#131) 2024-03-22 15:00:46 +08:00
Ryan Yin
ca15ac1cc8 feat: Flakes Tutorials - update links 2024-03-19 18:28:45 +08:00
Ryan Yin
98f99ae40d feat: Flakes Tutorials - update links 2024-03-19 18:23:09 +08:00