Commit Graph

59 Commits

Author SHA1 Message Date
zimbatm
c7f3d0e495
remove nix from release.nix
it's already tested upstream
2018-11-07 17:26:45 +01:00
zimbatm
4e6316625a
overlay: use super instead of self
Rename "super" to "pkgs" as this is the default-one to use.

This change allows for further overrides of the overlay.
2018-11-07 17:26:44 +01:00
zimbatm
5e365a278d
nix-script-store-plugin: move into own folder 2018-11-07 17:26:43 +01:00
zimbatm
cc995cf5ad
nix-script-store-plugin: add missing boost library (#17) 2018-11-07 17:15:42 +01:00
Graham Christensen
567466a9de
Merge pull request #14 from zimbatm/nix-stable
update the Nix requirements
2018-11-07 08:49:19 +01:00
Graham Christensen
68e9f6dd79
Merge pull request #16 from nix-community/zimbatm-patch-1
Update configure.sh
2018-11-07 08:48:46 +01:00
zimbatm
a443bba675
Update configure.sh
fixes #15
2018-11-06 23:38:28 +01:00
zimbatm
a4885d4596
update the Nix requirements
Nix 2.0 is now available everywhere
2018-11-03 16:58:08 +01:00
Graham Christensen
6bbd843da0
Merge pull request #11 from zimbatm/linuxkit-nix
README: says what it does
2018-10-09 07:31:21 -04:00
zimbatm
60f1e291f8
README: says what it does
Rename the project to something more meaningful and describe the project

Fixes #3
2018-10-05 12:11:13 +02:00
Graham Christensen
b39c2ea10d
Update README.md 2018-09-18 07:18:59 -04:00
Daniel Peebles
e2081ac9c5 Remove unnecessary step (#10)
`nix-env` will realize store paths. I love it!
2018-09-18 10:02:35 +01:00
Graham Christensen
3f483f436f
Merge pull request #9 from graham-at-target/graham/nixos-18.09
Graham/nixos 18.09 updates
2018-09-06 15:18:01 -04:00
Graham Christensen
ad32c9587e Rust binaries are - separated now for some resaon 2018-09-06 15:11:32 -04:00
Graham Christensen
874e4469fd Update for NixOS 18.09 2018-09-06 15:06:18 -04:00
Graham Christensen
48ef6ba28d kernel: fixup, no longer pass hostPlatform 2018-09-06 15:06:18 -04:00
Brian McKenna
7102d54e12 Fix typo in README (#5) 2018-08-11 11:49:19 +01:00
Graham Christensen
b335b3d381
Merge pull request #4 from graham-at-target/fixup-verified-hashes
Verify contents on startup
2018-07-18 11:57:27 -04:00
Graham Christensen
04bfb7a6e4 Verify contents on startup 2018-07-18 11:55:08 -04:00
Graham Christensen
8cb0d9eb24
Document installing frorm the binary cache 2018-07-13 09:41:06 -04:00
Graham Christensen
33a6167274
Reimport properly 2018-07-07 11:48:56 -04:00
Graham Christensen
70edb097bf
I don't even 2018-07-07 11:44:08 -04:00
Graham Christensen
4cea7aac6e
pin to x86_64-darwin 2018-07-07 11:34:13 -04:00
Graham Christensen
764232cd61
Expose many more attrs to get something done 2018-07-07 11:27:23 -04:00
Graham Christensen
b772611d67
License hyperkit 2018-07-07 11:25:56 -04:00
Graham Christensen
c7a209a9c6
Fixups 2018-07-07 11:21:52 -04:00
Graham Christensen
a73d421ac3
Add a release.nix for Hydra 2018-07-07 11:13:27 -04:00
Graham Christensen
f4b7b252f2
Fixup in newer nixpkgs: rust outputs _-separated bins instead of --separated bins 2018-06-04 12:24:51 -04:00
Graham Christensen
f297d37c50
fixup: pass args to sh -l, in root' shell, to allow 'ssh nix-store -r' 2018-06-04 11:42:34 -04:00
Graham Christensen
f5757f5cb8 Reduce closure by reusing busybox more 2018-06-01 09:52:56 -04:00
Graham Christensen
c9fb0d8a56 Fix default.nix to accept a custom pkgs 2018-06-01 09:52:43 -04:00
Graham Christensen
c206ceef34 Strip the last / off the DIR to avoid ugly double slashes 2018-05-30 15:40:22 -04:00
Graham Christensen
594beedb26 Remove write-bit from the group plist after updating 2018-05-30 15:38:25 -04:00
Graham Christensen
0b31642b0d Add the builder's plist as a gcroot to avoid it being GCd 2018-05-30 15:37:02 -04:00
Graham Christensen
5fc2efc84d Accept a -q to avoid printingc the example 2018-05-30 15:36:48 -04:00
Graham Christensen
df1eba0a1d Fixup chmod err output 2018-05-24 17:51:47 -04:00
Graham Christensen
45dd1c5f87 Handle missing files and directories 2018-05-24 12:56:23 -04:00
Graham Christensen
b46c75a999 Update features 2018-05-24 12:26:11 -04:00
Graham Christensen
cede0919bb Clean up variables / paths / emit more help info prior to asking for sudo 2018-05-24 11:38:03 -04:00
Graham Christensen
ec5a81877a Create a configure vs. run phase, update docs 2018-05-24 11:20:16 -04:00
Graham Christensen
5b76fc45f8 runner: pass -v instead of -verbose 2018-05-24 11:07:24 -04:00
Graham Christensen
e2ee557029 Switch the builder to use the linuxkit runner
Tested with:

while true; doecho Stopping; launchctl stop org.nix-community.linuxkit-builder; sleep 5; echo Starting; launchctl start org.nix-community.linuxkit-builder; sleep 20; done

all night long and found it never failed to boot / shutdown.
2018-05-23 10:41:23 -04:00
Graham Christensen
5bbbc2b35c accept -v 2018-05-23 09:59:37 -04:00
Graham Christensen
2ff39edb00 linuxkit VM: pass additonal kernel args which improve bootup reliability 2018-05-23 09:58:47 -04:00
Graham Christensen
d2f4d25033 nix-linuxkit-runner: init 2018-05-23 09:58:20 -04:00
Graham Christensen
4569331df7 Increase defaults RAM 1024m -> 4096m, DISK 10g -> 80g 2018-05-14 13:25:43 -04:00
Graham Christensen
f08cef047c Fixup using pixz instead of xz for building the image 2018-05-14 13:25:21 -04:00
Graham Christensen
0e0fd1ee88 Clean up some path shenanigans 2018-04-17 10:46:20 -04:00
Graham Christensen
27e2dcc669 Update readme 2018-04-11 08:48:41 -04:00
Graham Christensen
66c9ba4c16 Port the work from nixpkgs 2018-04-10 14:55:20 -04:00