Sean McGivern
bca70b1479
Suggest XDG_CONFIG_DIR rc file for direnv
...
direnv itself suggests this path instead of ~/.direnvrc:
https://direnv.net/man/direnv.1.html#files
2023-03-15 20:06:18 +00:00
Jakub Kozłowski
80d465fbfc
Add nix profile installation guide
2023-01-31 01:58:41 +01:00
Olivier Ligot
bca0f8ea52
source_url install: fix hash
...
The version has been updated (from 2.2.0 to 2.2.1) but the hash has not
been updated, resulting in the following error
direnv: error hash mismatch. Expected 'sha256-5EwyKnkJNQeXrRkYbwwRBcXbibosCJqyIUuz9Xq+LRc=' but got 'sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs='
2023-01-30 09:15:34 +01:00
Jörg Thalheim
deb67e437b
bump version 2.2.1
2023-01-19 11:04:43 +01:00
Hannes Ljungberg
57ba870eab
Prefer packages over nativeBuildInputs
2023-01-12 20:24:58 +01:00
Yvan Sraka
cf44f31ff9
Fix small typo ...
2022-12-15 12:01:33 +01:00
Jörg Thalheim
22b5729f26
Merge pull request #262 from nix-community/docs
...
update nixos example for 22.11
2022-12-05 14:45:22 +01:00
Jörg Thalheim
c9f10be6ad
README: also mention use flake
2022-12-04 10:18:57 +01:00
Jörg Thalheim
171b729d28
update nixos example for 22.11
2022-11-27 15:11:49 +01:00
Jörg Thalheim
6b035d2773
update fetchurl checksum
2022-11-21 15:09:57 +01:00
Jörg Thalheim
1bc24decd2
update fetchurl checksum
2022-11-20 23:36:54 +01:00
Jörg Thalheim
5d735de138
bump version 2.2.0
2022-11-20 23:36:42 +01:00
Steven Kalt
5003c0bb9a
fix: render ###s as <h3>s in README
2022-10-23 15:13:46 -04:00
Bryan Bennett
58ec575a6c
Add use * functions after doc examples
2022-08-27 06:53:01 -04:00
Bryan Bennett
b1b717221a
Clean up documentation for tracked files
2022-08-27 06:52:54 -04:00
Bryan Bennett
bb63ffabe9
Clarify documentation wording
2022-08-22 14:37:53 -04:00
Bryan Bennett
0f943a9a52
Get nix-env installation docs to render properly
2022-08-22 14:37:50 -04:00
izzues
9fcae68bf3
Update README.md
2022-06-10 15:28:36 -03:00
Jörg Thalheim
322d9b63ab
README: add more tracked files
2022-06-05 12:30:41 +02:00
Jörg Thalheim
1b64872572
update outdated versions in docs
2022-06-01 09:32:08 +02:00
Jörg Thalheim
6cd7ddc3a9
update fetchurl checksum
2022-06-01 09:31:24 +02:00
Bryan Bennett
de35a57c36
update fetchurl checksum
2022-05-01 10:14:24 -04:00
Bryan Bennett
8a731ae0ab
bump version 2.1.0
2022-05-01 09:48:47 -04:00
Bryan Bennett
2b9b1de447
Clarify README; Add documentation of supported options to use-nix
2022-05-01 09:32:28 -04:00
Bryan Bennett
0352cef928
update fetchurl checksum
2022-04-25 09:47:09 -04:00
Bryan Bennett
04d1361c19
bump version 2.0.1
2022-04-25 09:28:56 -04:00
Bryan Bennett
09ae467f76
README: Re-add Split shell itegration (but point at wiki)
...
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2022-04-09 09:08:59 -04:00
Bryan Bennett
d8cff55741
README: Update flake support section
...
The wording is now a bit more clear
and directly related to our repository and project.
2022-04-07 10:04:28 -04:00
Bryan Bennett
d3651bdd23
README: Clarify a stance on git-tracking the direnv layout directory.
...
Also took the liberty to update the wording in a way that I felt read a bit more smoothly.
closes #138
2022-04-07 10:03:43 -04:00
Bryan Bennett
1741888b4c
README: Move explanation of direnv_layout_dir into example implementation
...
It reads much more clearly in this manner,
as the documentation is presented alongside the thing it is documenting
2022-04-07 09:57:44 -04:00
Bryan Bennett
e1df1d7484
README: Remove "Shell Integration" section
...
This is better encapsulated as a recommendation in, say, `direnv`'s readme.
Our repo has arguably too much documentation already
and this is only somewhat related to our domain.
We may want to re-instantiate this as a "TIPS.md" or something,
but I don't feel that this belongs in the top-level rendered README.
2022-04-07 09:55:40 -04:00
Jörg Thalheim
b2db5be94c
fix checksums
2022-04-07 09:05:08 +02:00
Jörg Thalheim
d677f78787
bump version 2.0.0
2022-04-07 09:02:29 +02:00
Jörg Thalheim
7c41549bd4
update fetchurl checksum
2022-03-22 11:40:52 +01:00
Petar Kirov
d7ddae4be8
Release version 1.6.1
...
* Update hashes
* Hash obtained via:
```sh
direnv fetchurl 'https://raw.githubusercontent.com/nix-community/nix-direnv/master/direnvrc ' \
| grep -m1 -o 'sha256-.*'
```
* Bump tag to 1.6.1 in:
* README.md
* direnvrc
* template/.envrc
This release includes the following changes:
* Allow watching of arbitrary files for nix flake updates ([#148 ][1])
[1]: https://github.com/nix-community/nix-direnv/pull/148
2022-03-22 11:56:16 +02:00
polygon
1241f1115e
Add nix_direnv_watch_file command
...
Used to watch files that, when changed, trigger an update of the
cached nix environment.
2022-02-25 21:09:10 +01:00
Jörg Thalheim
60a6964eae
bump hashes for 1.6.0
2022-02-07 21:23:01 +01:00
Jörg Thalheim
1257fd47e4
bump version 1.6.0
2022-02-07 21:20:54 +01:00
Bryan Bennett
6733511573
Update documentation to showcase argument passing
2021-12-22 08:12:10 -05:00
Jörg Thalheim
72f9111d49
update fetchurl checksum
2021-12-16 10:14:29 +01:00
Jörg Thalheim
9c611e219a
README: update fetchurl checksum
2021-12-16 10:11:57 +01:00
Jörg Thalheim
57235bb89e
bump version 1.5.1
2021-12-16 10:07:14 +01:00
Aaqa Ishtyaq
99b6b226e0
remove enableFlake from the doc for home-manager
...
Remove `nix-direnv.enableFlake` option from the doc as Flake support is now always enabled.
Fixes https://github.com/nix-community/nix-direnv/issues/131
2021-12-15 16:20:21 +00:00
Michael Hoang
6d69d5bf82
README: Rename flakifiy to flakify
2021-12-06 15:15:38 +11:00
Jörg Thalheim
a3d08b6c8f
also update template checksum
2021-10-21 07:54:36 +02:00
Jörg Thalheim
63fcfa1d48
README: update fetchurl checksum
2021-10-21 07:53:13 +02:00
Jörg Thalheim
e3378c4cae
README: update fetchurl checksum
2021-10-21 07:52:13 +02:00
Jörg Thalheim
083ac16bf5
bump version 1.5.0
2021-10-21 07:50:57 +02:00
Jörg Thalheim
8110535675
README: update fetchurl checksum
2021-10-21 07:47:48 +02:00
Julien Debon
09f97b357c
Explain customizing the nix file name
2021-10-19 13:47:02 +02:00