Commit Graph

106 Commits

Author SHA1 Message Date
SeerLite
5b5cb4cde6 fix: typo in introduction-to-flakes
do -> does
2024-02-15 02:11:15 -03:00
Kourtni Marshall
e3c79adfb4 Fixes typo: substituers -> substituters 2024-02-14 20:58:26 +00:00
sdelrio
9509a2ab47 fix: typo in modularize-the-configuration 2024-02-13 21:15:34 +01:00
sdelrio
5c40b640e6 fix: typo in introduction-to-flakes 2024-02-07 18:53:12 +01: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
Ryan Yin
15c851a575 fix: nix store gc & nix-collect-garbage 2024-01-30 18:16:42 +08:00
Ryan Yin
68a8e022a1 fix: nix store gc & nix-collect-garbage 2024-01-30 18:15:54 +08:00
David Chocholatý
33d54027be
Improve wording 2024-01-28 15:56:32 +01:00
David Chocholatý
9a99fff04c
Fix wording 2024-01-28 15:44:23 +01:00
David Chocholatý
7a6af20793
Fix typo 2024-01-28 14:32:30 +00:00
Oliver Kopp
43cc582dad
Group programs.* together 2024-01-24 20:05:38 +01:00
Ryan Yin
1df6c6ff7a feat: github 403 - access token 2024-01-25 00:34:34 +08:00
Ryan Yin
b2e9c6a2a7 feat: show detailed error messages 2024-01-25 00:23:47 +08:00
Matthieu LAURENT
8859b67bc5
fix: improve wording 2024-01-22 17:20:01 +01:00
Ryan Yin
a09d77f0c8 feat: intro 2024-01-15 12:10:24 +08:00
Kurisu
1cf8d0a9f5 fix: 'exa' removed due to unmaintained upstream. 2024-01-11 17:15:12 +00:00
Ryan Yin
b1a2957837 feat: update system, simplify nixos-related commands 2024-01-11 13:30:48 +08:00
Ryan Yin
d547e022c8 fix: home manager's options link 2024-01-11 11:40:44 +08:00
Ryan Yin
34dd255b4e feat: nix run 2024-01-11 11:27:42 +08:00
Ryan Yin
092881ecac feat: add note about 'git add' 2024-01-11 11:06:59 +08:00
Ryan Yin
c05a0891a1 fix: typo 2024-01-11 11:03:13 +08:00
Ryan Yin
ef3099d1ee feat: Leveraging Features from Other Flakes Packages 2024-01-11 11:03:13 +08:00
Ryan Yin
40b5fc05ee feat: update nixos-with-flakes-enabled 2024-01-11 11:03:13 +08:00
Yassine
b7ab262241
fix: "Home Manager Manual" refrence changed from .html to .xhtml 2024-01-01 00:32:55 +01:00
Ryan Yin
50ef281137 feat: update contents about lib.mkBefore & lib.mkAfter 2023-12-21 13:28:50 +08:00
Ryan Yin
883393eeb9 feat: module system in nixos / home-manager / nix-darwin 2023-12-19 01:43:27 +08:00
Ryan Yin
e486604ab3 fix: remove misleading note 2023-12-16 20:54:35 +08:00
Ryan Yin
8d3ec992fe feat: substituers & extra-substituers 2023-12-09 19:19:45 +08:00
Ryan Yin
b67eea1a78 feat: add links for Flakes / New-CLI stablilization 2023-12-06 11:57:29 +08:00
Ryan Yin
68699e372d fix: bump nixos's version to 23.11 2023-12-05 10:52:14 +08:00
Ryan Yin
96e37a669d feat: bump nixos's version to 23.11 2023-12-05 10:41:34 +08:00
Ryan Yin
489a6a29b3 feat: add links - flakes tutorials 2023-12-05 10:21:37 +08:00
Ryan Yin
4f60d3ccc8 feat: add notes for nixos-rebuild 2023-12-05 09:59:17 +08:00
Chris LaRose
9f3c967120 Fix syxtax error in Modularize the Configuration 2023-11-28 21:11:44 -08:00
Gabriel Nützi
cbf4177148 fix: Typo 2023-11-15 19:00:26 +01:00
Gabriel Nützi
db1d9e73c4
feat: Add explanation how arguments are passed to imports in imports
Great documentation!

- I did not understand exactly at the begining how Nix passes arguments in the `imports` list. I made a small example section which describes the observed behavior.

I hope its correct. I think it greatly helps to understand how these things are called. Maybe there is a reference to this?

Do you know?
2023-11-15 18:56:11 +01:00
nix-julia
033ccdf5c2 fix typo 2023-10-31 17:06:09 +03:30
Ryan Yin
535c65532e feat: https://github.com/ryan4yin/nixos-and-flakes-book/issues/47 2023-10-13 17:54:33 +08:00
Ryan Yin
dead7139e1 feat: home manager vs nixos module 2023-10-12 23:41:57 +08:00
Ryan Yin
653e2c9203 fix: code box style 2023-10-10 00:50:11 +08:00
Ryan Yin
3ec5856073 fix: code box style 2023-10-10 00:46:31 +08:00
Ryan Yin
cf51f22984 fix: broken links 2023-10-09 23:28:32 +08:00
Ryan Yin
baed45353c fix: nixos-rebuild 2023-10-07 15:41:22 +08:00
Ryan Yin
1d18061a1a feat: nix module's specialArgs 2023-10-04 15:05:42 +08:00
Ryan Yin
7918e3d88e feat: nix module's default parameters & specialArgs 2023-10-04 15:03:55 +08:00
Ryan Yin
70fc4315a9 fix: https://github.com/ryan4yin/nixos-and-flakes-book/issues/30 2023-09-11 00:08:34 +08:00
Ryan Yin
221f20678c fix: nixos-rebuild - specify flake's output name 2023-09-04 16:15:58 +08:00
Hemanth Bollamreddi
8686d98906
Update modularize-the-configuration.md 2023-08-29 15:56:41 +05:30