Commit Graph

155 Commits

Author SHA1 Message Date
Matthew Bauer
0b1596c3d1 Add nix-strace.sh (wip) 2017-04-29 19:54:09 -05:00
Matthew Bauer
1584ab8dc4 Allow multiple targets in nix-bundle 2017-04-29 19:54:09 -05:00
Matthew Justin Bauer
608f2457b9 Update README.md 2017-04-29 13:25:18 -05:00
Matthew Bauer
711eefc721 Fixup build inputs for maketar 2017-04-26 23:03:01 -05:00
Matthew Bauer
2d713f10f2 Handle piping output 2017-04-26 14:18:29 -05:00
Matthew Bauer
6e1bc68895 Pass command line args to script
Fixes #13
2017-04-26 14:03:45 -05:00
Matthew Bauer
061c3317a7 Fixup nix_file locaiton 2017-04-26 01:51:16 -05:00
Matthew Bauer
80a769483f Inline default.nix stuff
Makes things easier to work with.
2017-04-26 01:31:01 -05:00
Matthew Bauer
06dab776d6 use filename instead of target for nix-bundle.sh 2017-02-12 19:34:45 -06:00
Matthew Bauer
07e28d9384 Fix closure.sh
Usage is:

find -L $(./closure.sh inkscape) -name '*.a' -exec du -a {} + \
  | sort -nr

to find large .a files
2017-02-12 18:26:09 -06:00
Matthew Bauer
43f167eb0d Add some scripts to deal with closures.
To be documented later.
2017-02-12 18:21:51 -06:00
Matthew Bauer
e66fdf7716 Update apprun and appimagetool hashes.
Fixes #7
2017-02-12 14:54:23 -06:00
Matthew Justin Bauer
e7bd208e88 Update README.md 2017-02-11 13:27:11 -06:00
Matthew Justin Bauer
050e2e8e1b Merge pull request #5 from rbvermaa/master
Fix building appimagetool with build chroots enabled.
2017-02-08 17:34:03 -06:00
Rob Vermaas
586bdb9fcc
Fix building appimagetool with build chroots enabled. 2017-02-08 10:29:43 +00:00
Matthew Justin Bauer
b6ed043dd7 Create LICENSE
fixes #4
2017-02-07 00:43:47 -06:00
Matthew Bauer
baa4562ae8 Add echo to nix-bundle.sh 2017-02-06 18:32:15 -06:00
Matthew Bauer
6e619e2bb7 Use generated name from appimagetool.
Don't use the specified *.AppImage name.
2017-02-06 18:21:18 -06:00
Matthew Bauer
51c628cb02 Use subfolder for appdir. 2017-02-06 18:21:01 -06:00
Matthew Bauer
6a7e55bba4 Fixup readme 2017-02-06 18:19:01 -06:00
Matthew Bauer
1eb0583a69 Make *.sh scripts more clear on what is being created. 2017-02-06 18:18:09 -06:00
Matthew Bauer
9d5a2d8b41 Add appimage section to manual. 2017-02-06 16:27:26 -06:00
Matthew Bauer
43f0f0401f Add nix2appimage.sh script. 2017-02-06 16:18:09 -06:00
Matthew Justin Bauer
b2496b5f03 Update README.md 2017-02-02 22:56:41 -06:00
Matthew Justin Bauer
d6ca124c9e Update README.md 2016-11-28 23:27:44 -06:00
Matthew Justin Bauer
ae36513b1d Update README.md
fixup
2016-11-28 22:56:45 -06:00
Matthew Justin Bauer
3305c6a0e8 Update README.md
add urls
2016-11-28 22:56:27 -06:00
Matthew Justin Bauer
54d18aaa47 Update README.md 2016-11-28 22:51:11 -06:00
Matthew Justin Bauer
d4c15a15a0 Update README.md 2016-11-28 22:49:44 -06:00
Matthew Bauer
b7ed445746 Quiet output. 2016-11-28 22:15:41 -06:00
Matthew Bauer
401baac750 Get rid of gcc hacks.
This removes gcc as a dependency of nix-user-chroot. This means we don't have to hardcode paths to remove!
2016-11-28 22:11:50 -06:00
Matthew Bauer
9aaae048fc support for TMPDIR variable
See commit 3b0309a1e86ab8da73ca62072268934ff335219e in @lethalman/nix-user-chroot.
2016-11-28 12:42:44 -06:00
Matthew Bauer
8b47afa490 Get rid of cg warning 2016-11-28 12:20:50 -06:00
Matthew Bauer
21b6115ddf Add nix-bundle.sh. 2016-11-26 01:05:43 -06:00
Matthew Bauer
6dc15dff24 Revert "Use proot instead of nix-user-chroot."
This reverts commit f24309c9d1.
2016-11-18 10:53:30 -06:00
Matthew Bauer
0692fadd3d Get rid of old emacs derivatino 2016-11-18 10:53:11 -06:00
Matthew Bauer
f24309c9d1
Use proot instead of nix-user-chroot. 2016-11-14 01:57:05 -06:00
Matthew Justin Bauer
499bd545b4 Update default.nix 2016-06-22 13:23:11 -05:00
Matthew Justin Bauer
b760a7f37b Delete run-from-closure.sh 2016-06-22 13:22:24 -05:00
Matthew Bauer
3ef86c995d Make closure sizes a little bit smaller. 2016-06-20 20:53:27 +00:00
Matthew Bauer
cfe7aef52d Fix arx builds for bundles. 2016-06-17 18:39:12 +00:00
Matthew Bauer
8be15d73f2 Use arx instead of makeself. 2016-06-17 17:37:23 +00:00
Matthew Bauer
36ebf90e18 Add in some more bundles. 2016-06-17 15:51:50 +00:00
Matthew Bauer
1b1a9f1bf2 Add hello bundle. 2016-06-15 19:09:50 +00:00
Matthew Bauer
96e958234d Add nix installer.
Add self extracting nix installer.
2016-06-15 18:53:47 +00:00
Matthew Bauer
9a90087b1f Mod .gitignore.
result -> result*
2016-06-15 18:53:25 +00:00
Matthew Bauer
97dd6220f8 Pull sources into repo.
nix-user-chroot now uses local version instead of lethalman's
2016-06-15 16:23:19 +00:00
Matthew Bauer
2ce85648d9 More refactoring. 2016-06-14 20:39:10 +00:00
Matthew Bauer
2cb965c186 refactor 2016-06-14 20:39:10 +00:00
Matthew Bauer
15c28958d2 Rollback flags. 2016-06-14 20:39:10 +00:00