Commit graph

59 commits

Author SHA1 Message Date
Sander e02ea8c42e
Fix links to nix.dev 2023-07-07 23:05:53 +00:00
sandydoo 840ed7ce9a
Document how to pass env vars to modern nix commands
Resolves #149.
2023-05-04 08:41:47 +00:00
sandydoo 763a380571
Bump revision in README 2023-04-28 00:43:31 +00:00
Domen Kožar 67e9fd765d
bump revision in readme 2023-04-17 11:06:51 +01:00
sandydoo cb6121cc54
Update README for v19 2023-02-06 15:00:46 +00:00
InternetUnexplorer 70980f045d clarify behavior of github_access_token option
This also fixes a typo and makes some other tiny changes that I noticed
when I was looking at the README.
2023-01-19 16:52:32 -08:00
zimbatm c04fcbc179
add github_access_token option
I'm starting to see rate limit issues with GitHub Actions more
frequently so I propose to make this option more readily available.
2022-12-29 23:28:06 +01:00
Domen Kožar 11f4ad19be
README: bump versions 2022-10-12 14:22:41 +01:00
Gabor Greif 3d1155ed72
readme: don't perpetuate old versions
(actually, `@v17` will still cause deprecation warnings, but I'll leave this for the upcoming release)
2022-10-12 14:29:44 +02:00
Domen Kožar d56f3ce9be
README: fix syntax 2021-11-20 14:30:48 -06:00
Domen Kožar 46187b354d
README: flakes don't need the special installer anymore
Fix #114
2021-11-17 20:15:44 -06:00
DavHau b72fecc86e
fix actions/checkout version in readme.md
version 2.5.0 doesn't seem to exist
2021-11-17 12:39:48 +07:00
Domen Kožar ef6c38c42b bump actions 2021-11-12 08:48:37 -06:00
Domen Kožar 74ef8ad2cf
Merge pull request #108 from cachix/enable-experimental-features-by-default
enable flakes & nix-command features by default
2021-11-05 15:47:08 -06:00
Domen Kožar 53fb0300a7 enable flakes & nix-command features by default 2021-11-05 15:32:10 -06:00
Domen Kožar 98f3210e45
v14.1 2021-11-03 06:03:26 -06:00
Domen Kožar 896dc80fef fix #99: specify oldest supported Nix version 2021-10-15 17:22:21 -05:00
Domen Kožar 791347c66b
v14 and updated Nix to fix macOS 11 2021-09-24 15:48:55 +02:00
Domen Kožar 542462de24
Merge branch 'master' into flakes-github-token 2021-06-24 18:24:52 +02:00
Domen Kožar 8725a6ad42
flakes: pass github token to shield against rate limiting 2021-06-24 18:23:41 +02:00
Domen Kožar dad6e949b6
README: bump installation url 2021-06-23 18:28:56 +02:00
Domen Kožar 15ad7f8d90
README: better default for building flakes 2021-04-27 15:09:58 +02:00
Domen Kožar 46e3bcf1bc
Update README.md 2021-04-13 19:05:53 +02:00
Damien Cassou 28b5f5643a
README: Add section "How do I add a binary cache?" 2021-04-13 18:48:20 +02:00
Damien Cassou 87d70237f9
README: Small cleanup 2021-04-13 18:48:18 +02:00
Ying-Ruei Liang (TheKK) 690eac722d
README: bump actions 2021-04-03 16:42:15 +08:00
Domen Kožar 8d6d5e9496
freshen up README 2021-04-02 15:01:55 +02:00
Domen Kožar 3349b09732
README: bump flakes installer 2020-12-23 11:06:01 +01:00
Domen Kožar e6685eaf1d
Merge pull request #57 from cachix/flakes-fix
Fix flakes example and add a test
2020-12-22 10:53:55 +00:00
Domen Kožar 0383d0d550
Fix flakes example and add a test 2020-12-22 11:45:56 +01:00
Jörg Thalheim fa64b9ec04
README: upgrade flake example
tested with https://github.com/Mic92/dotfiles/runs/1491667409?check_suite_focus=true
2020-12-03 10:36:09 +01:00
Domen Kožar ef4324316b
README: clarify how to install packages via nix-env 2020-11-20 14:22:16 +01:00
Domen Kožar 68043fd3c3
README: clarify on how to run NixOS tests 2020-11-12 17:45:56 +01:00
Domen Kožar 575d5faa90
README: bump actions 2020-11-05 18:11:19 +01:00
Domen Kožar 07da2520ee
README: move cachix integration to be more visible 2020-11-04 12:13:56 +01:00
Brandon Elam Barker fda16d28d8
Adding more useful pinning reference to readme 2020-10-13 11:26:47 -04:00
Domen Kožar aee3ec7ef5
README: mention why install_url is useful 2020-09-21 18:54:24 +02:00
Domen Kožar 8389c1826a
Update README.md 2020-09-21 16:25:56 +02:00
Domen Kožar 95a8068e31
README: v11 2020-09-21 15:16:33 +02:00
Domen Kožar 9e0a5291c3
Fix #35: document nixpkgs version printing 2020-09-21 15:12:38 +02:00
Domen Kožar b093d8fdd9
Document #19 2020-09-21 15:10:35 +02:00
Domen Kožar 6b9133ebb9
README: typo 2020-09-21 15:00:53 +02:00
Domen Kožar 05229ec560
README: update 2020-09-21 15:00:28 +02:00
Domen Kožar cf5982c65c
README: note on channels 2020-09-21 14:38:02 +02:00
Domen Kožar 775aed5fcb
Support self-hosted runners and always skip adding a channel 2020-09-21 14:16:30 +02:00
zimbatm dad23f2092
add extra_nix_config options
This also cleans the install-nix.sh script a bit
2020-08-25 18:08:00 +02:00
Domen Kožar 41dfa36aa3
Update README.md 2020-06-03 17:18:31 +02:00
Tobias Happ a744770f4b Add nix_path action paramter 2020-05-28 16:28:14 +02:00
Domen Kožar 14f0e86ffb
README: v9 2020-05-27 16:59:17 +02:00
Domen Kožar 5ab66ea04b
README: bump version 2020-04-22 16:42:26 +02:00