Commit Graph

123 Commits

Author SHA1 Message Date
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
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
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
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
a87d5dc0b0
feat: add a separate chapater for nix store & binary cache (#144) 2024-04-08 01:14:54 +08:00
Ryan Yin
445abd38be chore: update content about nix cache servers 2024-04-07 20:44:51 +08:00
Ryan Yin
d7fb878559 feat: download packages via a proxy 2024-03-27 23:25:16 +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
Ryan Yin
87a650439e
chore: automatically collapse all lines(max width = 100) (#126) 2024-03-16 19:29:05 +08:00
Ryan Yin
9e6982f10b
chore: format code via prettier (#125) 2024-03-16 18:07:01 +08:00
Ryan Yin
a9f4bb9233
fix: fix typos (#123) 2024-03-16 17:18:28 +08:00
Ryan Yin
7b4545c3f6 feat: add link - flakes intro in nix.dev 2024-03-16 13:52:35 +08:00
Ryan Yin
6d986d75c4 polish: use inherit 2024-03-16 12:56:21 +08:00
Ryan Yin
dfc73a8667 fix: borken link 2024-03-16 12:53:30 +08:00
Ryan Yin
ef9932531e feat: docs about cache servers 2024-03-16 12:44:49 +08:00
Ryan Yin
a15b7c738d feat: docs for _module.args 2024-03-16 12:39:05 +08:00
Ryan Yin
0091296234 fix: typo 2024-03-16 12:32:55 +08:00
Ryan Yin
32b31a6485
feat: lazy evaluation (#121) 2024-03-16 12:19:54 +08:00
silent7wang
42523fd5ca Fix typo 2024-03-11 16:33:51 +08:00
Ryan Yin
cff6c24370 feat: debug 2024-03-08 14:12:01 +08:00
Ryan Yin
9326ad86ba fix: garbage collection 2024-03-08 14:02:25 +08:00
Ryan Yin
11bec60a29
Merge pull request #103 from ryan4yin/conditional-imports
feat: conditional imports
2024-03-08 11:34:32 +08:00
Ryan Yin
945e0bbb1e feat: conditional imports 2024-03-08 11:31:13 +08:00
Ryan Yin
be0143dcdb fix: add missing ripgrep to nix shell 2024-03-05 21:21:27 +08:00
Ryan Yin
d674b6e8d7 fix: typo 2024-03-05 14:40:27 +08:00
Ryan Yin
9e9e34ff7f feat: Why some packages are installed 2024-03-05 14:36:14 +08:00
Ryan Yin
46e951c134 fix(Chinese): broken link 2024-03-01 09:24:36 +08:00
Ryan Yin
c65db98b97 feat: nixos modules vs home manager 2024-02-29 13:28:36 +08:00
Ryan Yin
c76ee51c20 feat(Chinese): home manager 2024-02-29 13:01:16 +08:00
Ryan Yin
796fe918fe fix: update examples 2024-02-25 15:44:41 +08:00
David Chocholatý
59e1ce4e1d
fix: Fix typo of setting the default priority to 100 instead of 1000 2024-02-25 08:37:56 +01:00
Ryan Yin
a55827d7dc feat: nix-daemon's proxies 2024-02-17 13:24:00 +08:00
Ryan Yin
db717d9113 feat: nix-daemon's proxies 2024-02-17 03:35:46 +08:00
Ryan Yin
a1766125aa feat: set proxy for nix-daemon only 2024-02-16 10:25:11 +08:00
Ryan Yin
17a3f49e30 feat: & 2024-02-15 16:28:24 +08:00
Ryan Yin
9abb024ae4 fix: style 2024-02-15 16:20:04 +08:00
Ryan Yin
1feb088490 fix: style 2024-02-15 16:13:53 +08:00
Ryan Yin
da12af9d53
Merge pull request #86 from ryan4yin/refactor-nixos-with-flakes-enabled
refactor: nixos with flakes enabled
2024-02-15 16:05:34 +08:00
Ryan Yin
fbb873da54 refactor: nixos-with-flakes-enabled 2024-02-15 16:02:29 +08:00
Kourtni Marshall
e3c79adfb4 Fixes typo: substituers -> substituters 2024-02-14 20:58:26 +00:00
Ryan Yin
8c923eccbf fix: home-manager related stuff 2024-02-14 15:30:55 +08:00
Ryan Yin
baca1d6981 feat: flakes feature is just a wrapper of other nix files 2024-02-04 17:53:08 +08:00
Ryan Yin
d2bf4f9041 feat: flakes & the New CLI 2024-02-01 01:44:08 +08:00
Ryan Yin
f2b486e4c0 feat: adjust description of nix profile 2024-02-01 01:15:39 +08:00