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

939 commits

Author SHA1 Message Date
Domen Kožar 21ed440402
Merge pull request #266 from nix-dot-dev/cleanup/shell-darwin.nix
No longer needed, shell.nix works on Darwin
2022-07-14 14:17:38 -05:00
Nejc Zupan 36633a2623 No longer needed, shell.nix works on Darwin
Refs https://github.com/nix-dot-dev/nix.dev/issues/250
2022-07-14 20:55:39 +02:00
Domen Kožar 51eb6ffb74
Merge pull request #264 from fricklerhandwerk/writing-voice
suggest which voice to use
2022-07-12 11:54:08 -05:00
Domen Kožar b7fa967792
Merge pull request #258 from worktheclock/patch-7
Ad hoc developer environments RITZA language edit
2022-07-12 11:52:54 -05:00
Valentin Gagarin 23d80a0bea suggest which voice to use 2022-07-11 14:48:50 +01:00
Domen Kožar e78959280c
Merge pull request #260 from nix-dot-dev/dependabot/pip/black-22.6.0
chore(deps-dev): bump black from 22.3.0 to 22.6.0
2022-06-28 20:37:59 -05:00
dependabot[bot] ffe04c829c
chore(deps-dev): bump black from 22.3.0 to 22.6.0
Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.3.0...22.6.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-29 00:02:44 +00:00
Domen Kožar b74c740137
Merge pull request #259 from nix-dot-dev/update-deps
update-all deps
2022-06-27 10:48:24 -05:00
Domen Kožar 2bad219af5 fix a link 2022-06-27 10:39:57 -05:00
Domen Kožar e59cbb3638 fix build 2022-06-27 10:35:35 -05:00
Domen Kožar 074e313817 pin python for cloudflare 2022-06-27 10:26:49 -05:00
Domen Kožar 52ef2d10b9 bump all the things 2022-06-27 10:22:59 -05:00
Domen Kožar 073c3e7afc update flake deps 2022-06-27 09:43:35 -05:00
worktheclock fef2f37846
Ad hoc developer environments RITZA language edit 2022-06-20 13:07:31 +02:00
Domen Kožar 9a2156a11a
Merge pull request #255 from geekbrother/master
Fixing ./result/bin/myapp.py to ./result/bin/myapp
2022-05-02 12:06:14 +01:00
github-actions[bot] 30505856bf
@geekbrother has signed the CLA from Pull Request #255 2022-05-02 08:56:08 +00:00
Max Kalashnikoff 808de6c0fb
Fixing ./result/bin/myapp.py -> ./result/bin/myapp
After the `nix-build` command the result app bin is `myapp` and not `myapp.py`.
2022-05-02 14:18:21 +05:30
Domen Kožar a1dd7842da
Merge pull request #253 from worktheclock/patch-5
NixOS on Raspberry Pi RITZA language edit
2022-04-11 16:16:01 +01:00
worktheclock 5a62ec9c1b
NixOS on Raspberry Pi RITZA language edit 2022-04-11 14:52:24 +02:00
Domen Kožar e1c3615b23
Merge pull request #251 from nix-dot-dev/dependabot/github_actions/cachix/install-nix-action-17
chore(deps): bump cachix/install-nix-action from 16 to 17
2022-04-08 08:48:01 +01:00
dependabot[bot] df53d37934
chore(deps): bump cachix/install-nix-action from 16 to 17
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 17.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v16...v17)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08 00:02:27 +00:00
Neyts Zupan 4ed0d4ad71
Merge pull request #248 from nix-dot-dev/testing_code_samples
Proof-of-Concept for testing code samples
2022-04-07 11:13:44 +01:00
Nejc Zupan 02ced7bbff Proof-of-Concept for testing code samples
There are a number of code samples throughout nix.dev. How do we know
they still work? We don't!

This commit introduces a way for us to extract these code samples into files
and then run tests against them in CI. This will hopefully help us catch
regressions in future updates to nix, NixOS and/or this guide.

Additionally, I included a darwin specific nix-shell configuration that I
use personally on my M1 Mac to work on this repo. Might be useful for someone.
2022-04-07 10:16:17 +01:00
Domen Kožar e6bcbd49e6
Merge pull request #249 from nix-dot-dev/python39
use python39
2022-04-06 15:02:51 +01:00
Domen Kožar 961b5a31d5 use python39 2022-04-06 14:57:22 +01:00
Domen Kožar 68416183e3
Merge pull request #241 from Michael-J-Ward/patch-2
Add note on multi-line shebang
2022-03-30 10:10:18 +01:00
Michael-J-Ward da980645ab
Update source/tutorials/ad-hoc-developer-environments.md
per @domenkozar's suggestion

Co-authored-by: Domen Kožar <domen@enlambda.com>
2022-03-29 09:49:55 -04:00
Domen Kožar 74821e906d
Merge pull request #238 from worktheclock/patch-4
Pinning Nixpkgs RITZA proofread
2022-03-29 10:29:15 +01:00
Domen Kožar 69070ee4a8
Merge branch 'master' into patch-4 2022-03-29 10:28:38 +01:00
Domen Kožar 417be44b4e
Merge pull request #245 from nix-dot-dev/dependabot/pip/sphinx-4.5.0
chore(deps): bump sphinx from 4.4.0 to 4.5.0
2022-03-29 10:24:10 +01:00
Domen Kožar f37280e898
Merge pull request #246 from nix-dot-dev/dependabot/pip/black-22.3.0
chore(deps-dev): bump black from 22.1.0 to 22.3.0
2022-03-29 10:24:03 +01:00
Domen Kožar 5e0ba5f66b bump pins in ad-hoc tutorial 2022-03-29 10:22:29 +01:00
dependabot[bot] 9d18f64ccb
chore(deps-dev): bump black from 22.1.0 to 22.3.0
Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.1.0...22.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 00:02:20 +00:00
dependabot[bot] 8905826d5e
chore(deps): bump sphinx from 4.4.0 to 4.5.0
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.4.0...v4.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 00:04:38 +00:00
Domen Kožar 9a554146e4
Merge pull request #243 from BrittonR/patch-1
Change quote formatting to code format on towards-reproducibility-pinning-nixpkgs
2022-03-24 07:40:08 +01:00
github-actions[bot] 45462b3ed3
@BrittonR has signed the CLA from Pull Request #243 2022-03-21 23:37:15 +00:00
Britton Robitzsch 5221472a57
Update formatting issues for niv show and niv modify
Two commands were formatted as quotes instead of code. This caused an issue where --branch was formatted with '–' instead of '--'. This caused an error when copying and pasting the command into a terminal:
```
[nix-shell:~/niv]$ niv modify nixpkgs –branch nixos-21.05
Invalid argument `–branch'

Usage: niv [-s|--sources-file FILE] [--no-colors] COMMAND
```
2022-03-21 16:39:57 -06:00
github-actions[bot] 7fb49d9568
@mhwombat has signed the CLA from Pull Request #242 2022-03-16 16:45:33 +00:00
github-actions[bot] ddd85bbadd
@Michael-J-Ward has signed the CLA from Pull Request #241 2022-03-16 11:52:38 +00:00
Michael-J-Ward b0b9be629c
Add note on multi-line shebang
The multi
2022-03-16 00:42:05 -04:00
worktheclock 67e9357985
Pinning Nixpkgs RITZA proofread 2022-03-14 13:26:25 +02:00
Domen Kožar 2ba1641afd
Merge pull request #236 from nix-dot-dev/dependabot/github_actions/actions/checkout-3
chore(deps): bump actions/checkout from 2 to 3
2022-03-02 09:55:16 +01:00
dependabot[bot] 814fce3fed
chore(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 00:06:27 +00:00
Domen Kožar 0a90c5c169
Merge pull request #235 from nix-dot-dev/dependabot/pip/myst-parser-0.17.0
chore(deps): bump myst-parser from 0.16.1 to 0.17.0
2022-02-14 16:46:23 +01:00
dependabot[bot] d5c96d2c59
chore(deps): bump myst-parser from 0.16.1 to 0.17.0
Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 0.16.1 to 0.17.0.
- [Release notes](https://github.com/executablebooks/MyST-Parser/releases)
- [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/executablebooks/MyST-Parser/compare/v0.16.1...v0.17.0)

---
updated-dependencies:
- dependency-name: myst-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 00:03:28 +00:00
Domen Kožar 14905125f6
Merge pull request #234 from jtojnar/patch-1
faq: Update deprecated Nix settings on NixOS
2022-02-10 13:34:30 +01:00
github-actions[bot] 7e1f829367
@jtojnar has signed the CLA from Pull Request #234 2022-02-07 15:44:47 +00:00
Jan Tojnar b141d8b9a6
faq: Update deprecated Nix settings on NixOS 2022-02-07 16:43:35 +01:00
Domen Kožar 49e07b7edd
Merge pull request #233 from nix-dot-dev/dependabot/pip/sphinx-copybutton-0.5.0
chore(deps): bump sphinx-copybutton from 0.4.0 to 0.5.0
2022-02-07 08:29:44 +01:00
dependabot[bot] 7f0ebaf0e5
chore(deps): bump sphinx-copybutton from 0.4.0 to 0.5.0
Bumps [sphinx-copybutton](https://github.com/executablebooks/sphinx-copybutton) from 0.4.0 to 0.5.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.4.0...v0.5.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>
2022-02-07 00:09:09 +00:00