1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
Commit graph

1611 commits

Author SHA1 Message Date
Alex Jackson 5046487ded fix broken link in raspberry pi tutorial 2021-08-18 08:38:31 -05:00
Domen Kožar f91886ce27 add meta descriptions 2021-08-11 10:45:46 +02:00
Domen Kožar 827e54106f
Merge pull request #172 from nix-dot-dev/dependabot/pip/sphinx-book-theme-0.1.2
chore(deps): bump sphinx-book-theme from 0.1.1 to 0.1.2
2021-08-09 12:43:16 +02:00
dependabot[bot] c97b95412f
chore(deps): bump sphinx-book-theme from 0.1.1 to 0.1.2
Bumps [sphinx-book-theme](https://github.com/jupyter/jupyter-book) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/jupyter/jupyter-book/releases)
- [Changelog](https://github.com/executablebooks/jupyter-book/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jupyter/jupyter-book/commits)

---
updated-dependencies:
- dependency-name: sphinx-book-theme
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 00:12:28 +00:00
Domen Kožar 2bc822cfe2
Typo 2021-08-06 22:09:13 +02:00
Domen Kožar 126ad72eed docker images: mention macOS support and refresh next steps 2021-08-05 13:28:24 +02:00
Domen Kožar 601e79bcb4 building iso: changes based on feedback 2021-08-05 11:50:19 +02:00
Domen Kožar 705c71f3a2
Merge pull request #171 from nix-dot-dev/building-image
tutorial: building bootable ISO image
2021-08-02 14:53:00 +02:00
Domen Kožar 7db7db49ed
tutorial: building bootable ISO image 2021-08-02 14:48:42 +02:00
Domen Kožar 6eb49ee745
Merge pull request #169 from tomberek/add_docker_install
Add docker install
2021-07-22 10:05:23 +02:00
Domen Kožar 458f1bfdf2
Update source/tutorials/install-nix.rst 2021-07-22 10:05:11 +02:00
Tom Bereknyei c2d98ff2b1 Add docker install 2021-07-21 16:23:57 -04:00
github-actions[bot] 6c2c742186
@tomberek has signed the CLA from Pull Request #169 2021-07-21 20:19:49 +00:00
Domen Kožar 27fbcd099d
Merge pull request #168 from nix-dot-dev/dependabot/pip/sphinx-book-theme-0.1.1
chore(deps): bump sphinx-book-theme from 0.1.0 to 0.1.1
2021-07-21 08:31:07 +02:00
dependabot[bot] 230308df4c
chore(deps): bump sphinx-book-theme from 0.1.0 to 0.1.1
Bumps [sphinx-book-theme](https://github.com/jupyter/jupyter-book) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/jupyter/jupyter-book/releases)
- [Changelog](https://github.com/executablebooks/jupyter-book/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jupyter/jupyter-book/commits)

---
updated-dependencies:
- dependency-name: sphinx-book-theme
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-21 00:01:56 +00:00
Domen Kožar 9fb8a6b040
Merge pull request #167 from nix-dot-dev/sidebar
Cleanup sidebar
2021-07-20 11:00:46 +02:00
Domen Kožar c677998720
Cleanup sidebar 2021-07-20 10:55:50 +02:00
Domen Kožar 4e0b44622f
Merge pull request #166 from nix-dot-dev/rpi-firmware
rpi: suggest updating firmware in case image doesn't boot
2021-07-07 14:19:35 +02:00
Domen Kožar a40c10277f
rpi: suggest updating firmware in case image doesn't boot 2021-07-07 13:54:04 +02:00
Domen Kožar 541f4a67e4
Merge pull request #165 from nix-dot-dev/dependabot/pip/sphinx-copybutton-0.4.0
chore(deps): bump sphinx-copybutton from 0.3.3 to 0.4.0
2021-07-05 08:56:09 +02:00
dependabot[bot] f6047cb7c9
chore(deps): bump sphinx-copybutton from 0.3.3 to 0.4.0
Bumps [sphinx-copybutton](https://github.com/executablebooks/sphinx-copybutton) from 0.3.3 to 0.4.0.
- [Release notes](https://github.com/executablebooks/sphinx-copybutton/releases)
- [Changelog](https://github.com/executablebooks/sphinx-copybutton/blob/master/CHANGELOG.md)
- [Commits](https://github.com/executablebooks/sphinx-copybutton/compare/v0.3.3...v0.4.0)

---
updated-dependencies:
- dependency-name: sphinx-copybutton
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 00:10:52 +00:00
Domen Kožar 7bc44fdddd
index: remove Topics 2021-06-28 22:18:14 +02:00
Domen Kožar ee2d3534a3
Merge pull request #164 from sternenseemann/patch-1
cross-compilation: fix platform terminology in shell example
2021-06-24 16:14:23 +02:00
github-actions[bot] 445d249f9b
@sternenseemann has signed the CLA from Pull Request #164 2021-06-24 11:23:25 +00:00
sterni d087303b04
cross-compilation: fix platform terminology in shell example
* `nativeBuildInputs` is roughly equivalent to taking a package from `buildPackages` which
  means that *its* host platform is the build platform of the derivation (so we can execute it during
  the build) and its target platform is the host platform of the derivation (so e. g. compilers produce
  binaries that can be executed where we want them to)
* `buildInputs` are needed on the *host* platform of the derivation
* What would the target platform be in this case? It would only be relevant if we were to build a
  cross-compiler: Then we'd need runtime libraries for the target platform, for example.
2021-06-24 13:21:06 +02:00
Domen Kožar a56f127f18
Less articles 2021-06-23 19:38:58 +02:00
Domen Kožar 11c4f6dd20
Articles 2021-06-23 19:37:46 +02:00
Domen Kožar 00093ddd9f
fix edit button 2021-06-23 19:37:11 +02:00
Domen Kožar 74aa97a5cc
Merge pull request #163 from nix-dot-dev/theme-change
theme: alabaster -> sphinx_book_theme
2021-06-23 19:14:08 +02:00
Domen Kožar d177dba53b
theme: alabaster -> sphinx_book_theme 2021-06-23 18:51:43 +02:00
Domen Kožar eb36297f5c
index: link to cross compilation tutorial 2021-06-18 11:45:15 +02:00
Domen Kožar ec9298d348
Merge pull request #160 from nix-dot-dev/cross-compilation-tutorial
Tutorial for cross-compilation
2021-06-17 15:01:50 +02:00
Domen Kožar 608df83a50
feedback 2021-06-17 11:01:07 +02:00
Domen Kožar 3729167720
Update source/tutorials/cross-compilation.rst
Co-authored-by: John Ericson <git@JohnEricson.me>
2021-06-16 15:36:13 +02:00
Domen Kožar 7b7c8360ff
Merge branch 'master' into cross-compilation-tutorial 2021-06-16 09:32:16 +02:00
Domen Kožar 92a256c08a
Merge pull request #159 from nix-dot-dev/dependabot/pip/sphinx-copybutton-0.3.3
chore(deps): bump sphinx-copybutton from 0.3.1 to 0.3.3
2021-06-15 17:19:35 +02:00
Domen Kožar dadc10eb8b
Merge pull request #162 from nix-dot-dev/benefit-tutorial
Link benefits
2021-06-15 17:19:23 +02:00
Domen Kožar 44156f8bcc
Going forward -> Next steps 2021-06-15 16:58:33 +02:00
Domen Kožar bee6cd582d
map benefits to tutorials 2021-06-15 16:56:41 +02:00
Domen Kožar 46fd5b5170
Merge pull request #161 from tzarsquared/patch-2
language edit
2021-06-15 16:48:59 +02:00
Domen Kožar 9d4e7e6362
Merge branch 'cross-compilation-tutorial' into patch-2 2021-06-15 16:47:42 +02:00
Domen Kožar 4604ab5e58
feedback 2021-06-15 15:53:10 +02:00
Kim R2 df7523b23e
Language edit 2021-06-15 15:41:39 +02:00
Domen Kožar a928ff1dd3
feedback 2021-06-15 12:51:46 +02:00
Domen Kožar 365c3989b0
Tutorial for cross-compilation 2021-06-14 18:59:58 +02:00
Domen Kožar 4666a259a7
Merge pull request #158 from Kranzes/master
Replace all mentions of 20.03 with 21.05
2021-06-14 09:25:05 +02:00
dependabot[bot] b920dba06a
chore(deps): bump sphinx-copybutton from 0.3.1 to 0.3.3
Bumps [sphinx-copybutton](https://github.com/executablebooks/sphinx-copybutton) from 0.3.1 to 0.3.3.
- [Release notes](https://github.com/executablebooks/sphinx-copybutton/releases)
- [Changelog](https://github.com/executablebooks/sphinx-copybutton/blob/master/CHANGELOG.md)
- [Commits](https://github.com/executablebooks/sphinx-copybutton/compare/v0.3.1...v0.3.3)

---
updated-dependencies:
- dependency-name: sphinx-copybutton
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 00:09:44 +00:00
Ilan Joselevich 24cc5d249c
Reverting terraform reference changes
Reverted due to Terraform's AWS image not being released for 21.05 yet.
2021-06-13 18:30:40 +03:00
github-actions[bot] bfa3fd9c28
@Kranzes has signed the CLA from Pull Request #158 2021-06-13 11:26:22 +00:00
Ilan Joselevich 9a554fd04f replace all mentions of 20.03 and 20.09 with 21.05 2021-06-13 14:21:02 +03:00