Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-28 | Lint fixes | Ben Sima | |
2020-11-28 | Enable rudimentary remote builds | Ben Sima | |
2020-11-28 | Add scm files to editorconfig | Ben Sima | |
2020-11-28 | Ormolu formatting | Ben Sima | |
2020-11-28 | Add pinned python version to shell environment | Ben Sima | |
2020-11-27 | Enbale touchscreen on Bix.Dev | Ben Sima | |
2020-11-27 | Disable wireless on Biz.Dev | Ben Sima | |
2020-11-24 | Exclude _ via alias in tree command | Ben Sima | |
2020-11-24 | Improve inspekt3d compiles | Ben Sima | |
2020-11-24 | inspek3d: don't cat the source file | Ben Sima | |
2020-11-24 | Add inspekt3d to guile deps, and reorganize | Ben Sima | |
I reorganized in order to debug a problem with the nix overlays. I think having small, focused overlayes is more understandable than one overlay that references itself via `rec`. Also the error traces are easier to follow with smaller overlays. | |||
2020-11-20 | fix bug in overrideSource | Ben Sima | |
2020-11-20 | add nixops to dev shell | Ben Sima | |
2020-11-19 | add ci function to replace builds.sr.ht | Ben Sima | |
2020-11-19 | ship: fix bild path | Ben Sima | |
2020-11-19 | Add a clarifying doc | Ben Sima | |
2020-11-19 | ci: only build the important stuff for now | Ben Sima | |
2020-11-18 | nixpkgs: allow broken | Ben Sima | |
2020-11-18 | Extend bild to nix targets properly | Ben Sima | |
Also had to capitalize some stuff, and move some nix files around and rename the metadata directive from 'exe' to 'out' because that just makes more sense, and fix some compiler errors. But now bild treats both nix and hs files as buildable things. So that's cool. One interesting example is Biz/Pie.{nix,hs} - I can either create a dev build of the hs file with ghc, or I can create a fully-encapsulated nix build. Its nice to have both options because a dev build with ghc takes half the amount of time, and I can rely on my locally cached hi and ho files. I think this shows the power of bild, but also can be a somewhat subtle thing. The issue really is with the separate command calls in nix builds vs dev builds. I figure there are a few ways to fix this: 1. Try to use bild inside the nix rules. That could be interesting, but could also lead to some weird behavior or worm holes forming. 2. Extract the command line invocation into a separate file, some kind of really simple template that gets pulled into both programs. It is important to consider that in the future I might want to have bild do a module-by-module nix build of programs, but I'm not sure how that would effect my choice here. | |||
2020-11-17 | Refactor bild logic a bit | Ben Sima | |
This should make it easier to add nix builds, which is the next task. I need to move some files and nix code around so that I have e.g. Que/Prod.nix as the actual full 'build.os' expression. | |||
2020-11-17 | Update nix-shell stuff for linux | Ben Sima | |
2020-11-16 | add build badge and move some docs around | Ben Sima | |
2020-11-16 | build: one more fix | Ben Sima | |
2020-11-16 | build: fix indent | Ben Sima | |
2020-11-16 | build: remove sources | Ben Sima | |
2020-11-16 | get build working and capitalize more files | Ben Sima | |
2020-11-16 | Expand torrent ports and fix timezone | Ben Sima | |
2020-11-15 | Update my IP address | Ben Sima | |
2020-11-15 | Change torrent ports | Ben Sima | |
2020-11-13 | Format some ports for readability | Ben Sima | |
2020-11-12 | Get Biz.Dev setup again | Ben Sima | |
Also correctly renamed the files (didn't work the first time thanks to the macOS filesystem) and moved the default build.os settings to a OsBase.nix file to be used via imports. | |||
2020-10-26 | Capitalize rest of files | Ben Sima | |
2020-10-23 | Rename Que.{Server,Website} -> Que.{Host,Site} | Ben Sima | |
2020-10-19 | Remove $ from Alpha | Ben Sima | |
2020-10-13 | Fix typo | Ben Sima | |
2020-10-13 | Remove rouge nix file | Ben Sima | |
2020-10-13 | Move nix files into Biz.Bild namespace | Ben Sima | |
2020-10-13 | hero: renamings | Ben Sima | |
Model -> Form Action -> Move Page -> PageNumber | |||
2020-10-12 | merge Biz/Bild.scm into Biz/Bild.hs | Ben Sima | |
2020-10-12 | pie prototype | Ben Sima | |
2020-09-30 | devalloc: load active users from mailmap | Ben Sima | |
2020-09-30 | devalloc: make a simple sales pitch document | Ben Sima | |
2020-09-29 | devalloc: calculate and print stale files | Ben Sima | |
2020-09-28 | lint: guard against todos | Ben Sima | |
2020-09-16 | devalloc: prototype | Ben Sima | |
2020-07-26 | dev: move _{bild,keep,skey} to _/{bild,keep,skey} | Ben Sima | |
2020-07-26 | reorganize readme | Ben Sima | |
2020-07-25 | bild: support incremental compilation | Ben Sima | |
Closes https://github.com/bsima/biz/issues/9 | |||
2020-07-25 | hero: rename Assets -> Pack and lint fixes | Ben Sima | |
2020-07-25 | lint: colors and check all changed files | Ben Sima | |