8d6d5e9496
freshen up README
v13
2021-04-02 15:01:55 +02:00
20dc92e361
Merge pull request #71 from cachix/update-installer
...
update flakes
2021-04-02 14:53:35 +02:00
c5dad0de4e
update flakes
2021-04-02 14:46:47 +02:00
36ed3fe72b
Merge pull request #70 from cachix/dependabot/npm_and_yarn/y18n-4.0.1
...
Bump y18n from 4.0.0 to 4.0.1
2021-04-01 10:54:40 +02:00
0b249633ac
Bump y18n from 4.0.0 to 4.0.1
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-31 02:04:33 +00:00
0bd2cdca25
Merge pull request #69 from cachix/test-installer-options
...
test installer options
2021-02-21 15:51:26 +00:00
20d5bae58c
test installer options
2021-02-21 15:41:47 +00:00
0598b739d8
Merge pull request #68 from cachix/installer_options
...
be able to pass installer options
2021-02-21 13:41:03 +00:00
2e56a105a6
be able to pass installer options
2021-02-21 13:18:52 +00:00
3349b09732
README: bump flakes installer
2020-12-23 11:06:01 +01:00
b516682d84
Merge pull request #65 from zimbatm/shellcheck
...
fix shellcheck warnings
2020-12-22 21:17:33 +00:00
2e278dead1
fix shellcheck warnings
...
It's unlikely that those env vars will contain whitespaces, but it's
good to keep the script clean.
2020-12-22 20:11:31 +01:00
e6685eaf1d
Merge pull request #57 from cachix/flakes-fix
...
Fix flakes example and add a test
2020-12-22 10:53:55 +00:00
0383d0d550
Fix flakes example and add a test
2020-12-22 11:45:56 +01:00
96aea9869b
Merge pull request #64 from cachix/dependabot/npm_and_yarn/ini-1.3.8
...
Bump ini from 1.3.5 to 1.3.8
2020-12-12 09:30:00 +01:00
f43909d7a0
Bump ini from 1.3.5 to 1.3.8
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-12-11 22:00:42 +00:00
54ce86db4c
Merge pull request #62 from Mic92/flakes
...
README: upgrade flake example
2020-12-03 15:24:36 +01:00
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
ef4324316b
README: clarify how to install packages via nix-env
2020-11-20 14:22:16 +01:00
68043fd3c3
README: clarify on how to run NixOS tests
2020-11-12 17:45:56 +01:00
575d5faa90
README: bump actions
2020-11-05 18:11:19 +01:00
07da2520ee
README: move cachix integration to be more visible
v12
2020-11-04 12:13:56 +01:00
661bbdf5ce
Merge pull request #55 from numtide/idempotent
...
idempotent installation
2020-11-02 19:47:38 +01:00
334bb6100b
idempotent installation
...
Don't run the installer if Nix has already been installed on the host.
We assume that the installed Nix is already in the desired state.
This allows to share a given pipeline between hosted and self-hosted
runners. Usually the self-hosted runners are long-lived and already have
Nix installed.
2020-11-02 12:35:41 +01:00
d5ba40b697
Merge pull request #53 from bbarker/patch-1
...
Adding more useful pinning reference to readme
2020-10-13 18:27:22 +02:00
fda16d28d8
Adding more useful pinning reference to readme
2020-10-13 11:26:47 -04:00
da678383b2
Merge pull request #52 from wamserma/patch-1
...
replace deprecated functions
2020-10-13 11:52:23 +02:00
8a37740405
replace deprecated functions
...
this should fix #50
2020-10-12 23:04:59 +02:00
28b1d88f39
Merge pull request #49 from cachix/dependabot/npm_and_yarn/actions/core-1.2.6
...
Bump @actions/core from 1.1.1 to 1.2.6
2020-10-02 00:42:40 +03:00
2767b618db
Bump @actions/core from 1.1.1 to 1.2.6
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.1.1 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-01 17:21:05 +00:00
aee3ec7ef5
README: mention why install_url is useful
2020-09-21 18:54:24 +02:00
ba5c343622
CI: trigger push only on master
2020-09-21 16:41:22 +02:00
8389c1826a
Update README.md
2020-09-21 16:25:56 +02:00
95a8068e31
README: v11
v11
2020-09-21 15:16:33 +02:00
9e0a5291c3
Fix #35 : document nixpkgs version printing
2020-09-21 15:12:38 +02:00
b093d8fdd9
Document #19
2020-09-21 15:10:35 +02:00
6b9133ebb9
README: typo
2020-09-21 15:00:53 +02:00
05229ec560
README: update
2020-09-21 15:00:28 +02:00
97465807a1
Merge pull request #47 from cachix/prepare-v10
...
Support self-hosted runners and always skip adding a channel
2020-09-21 14:58:38 +02:00
cf5982c65c
README: note on channels
2020-09-21 14:38:02 +02:00
4977bdad66
Update lib/install-nix.sh
...
Co-authored-by: zimbatm <zimbatm@zimbatm.com >
2020-09-21 14:30:19 +02:00
775aed5fcb
Support self-hosted runners and always skip adding a channel
2020-09-21 14:16:30 +02:00
5a2cbacfff
Merge pull request #46 from cachix/dependabot/npm_and_yarn/handlebars-4.7.6
...
Bump handlebars from 4.4.0 to 4.7.6
2020-09-07 16:59:47 +02:00
4bdb5ea92c
Bump handlebars from 4.4.0 to 4.7.6
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.4.0 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.0...v4.7.6 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-09-07 12:01:35 +00:00
9dc00124fc
Merge pull request #45 from zimbatm/extra-nix-config
...
add extra_nix_config options
2020-08-25 19:05:12 +02:00
967d234ad8
-n => != ""
2020-08-25 18:56:36 +02:00
07dda1e608
more cleanup
2020-08-25 18:26:01 +02:00
434ba1c7f0
fix the test
2020-08-25 18:20:10 +02:00
d953a4ee09
add failing test
2020-08-25 18:17:09 +02:00
dad23f2092
add extra_nix_config options
...
This also cleans the install-nix.sh script a bit
2020-08-25 18:08:00 +02:00