Commit graph

85 commits

Author SHA1 Message Date
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
SEKUN
5dfd5220dc
Update lorri link in README 2021-08-29 23:14:51 +00:00
Jörg Thalheim
6461344126
README: update nix-direnv 2021-07-01 10:47:57 +02:00
Thomas Bach
e890fb5ec0 fix(doc): document how to enable flake support on NixOS
Due to NixOS making nix-direnv use the stable version of nix by
default we get this error when using flakes:

direnv: using flake
error: 'print-dev-env' is not a recognised command
[…]
error: 'flake' is not a recognised command

This can be worked around by passing `enableFlakes = true` to the
package.

See also #92.
2021-06-29 14:36:07 +02:00
JesusMtnez
dcf67cd1b5
Update installation via home-manager documentation 2021-06-16 06:09:42 +02:00
Jörg Thalheim
4cb1aa4f10
README: fix checksum 2021-06-03 18:55:23 +02:00
Jörg Thalheim
f2fd3f433c
bump version 1.4.0 2021-06-03 18:44:32 +02:00
Jörg Thalheim
3d58c3270b
README: fix hash 2021-06-03 17:26:45 +02:00
Jörg Thalheim
40b96cbd35
add nixify/flakify helper 2021-05-29 13:04:44 +02:00
Jörg Thalheim
4e437fc64f
Merge branch 'master' into outoftree_flake 2021-05-29 10:13:53 +02:00
Jörg Thalheim
5655ef0fbd
add project template 2021-05-29 09:43:52 +02:00
Dominique Martinet
fd12ba39f3 use flake: allow optional flake expression
This allows using flake.nix out of tree, which is very appreciable
if you develop in a big repository as flake evaluation will copy the
whole git archive to store everytime it changes.
2021-05-26 13:49:31 +09:00
Jörg Thalheim
eb0a0bbea5
README: update fetchurl checksum 2021-05-19 07:23:40 +02:00
Jörg Thalheim
a14fc56bdf
bump version 1.3.0 2021-05-19 07:13:59 +02:00
bb010g
9f40e3b1c3
direnvrc: Add nix_direnv_version
In the style of direnv's `direnv_version`.
729fbecd96/stdlib.go (L1173-L1179)

Can be tested for with `has`, e.g. to decide on using `source_url`.
2021-05-19 06:47:20 +02:00
Jörg Thalheim
adfca0d26d
update direnv checksum 2021-05-14 08:50:31 +02:00
Jörg Thalheim
1857c3f8ed
bump version 1.2.6 2021-05-14 08:46:30 +02:00
Jörg Thalheim
d29647fa64
update direnvrc checksum 2021-05-09 08:43:08 +02:00