summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-19ship: fix bild pathBen Sima
2020-11-19Add a clarifying docBen Sima
2020-11-19ci: only build the important stuff for nowBen Sima
2020-11-18nixpkgs: allow brokenBen Sima
2020-11-18Extend bild to nix targets properlyBen 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-17Refactor bild logic a bitBen 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-17Update nix-shell stuff for linuxBen Sima
2020-11-16add build badge and move some docs aroundBen Sima
2020-11-16build: one more fixBen Sima
2020-11-16build: fix indentBen Sima
2020-11-16build: remove sourcesBen Sima
2020-11-16get build working and capitalize more filesBen Sima
2020-11-16Expand torrent ports and fix timezoneBen Sima
2020-11-15Update my IP addressBen Sima
2020-11-15Change torrent portsBen Sima
2020-11-13Format some ports for readabilityBen Sima
2020-11-12Get Biz.Dev setup againBen 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-26Capitalize rest of filesBen Sima
2020-10-23Rename Que.{Server,Website} -> Que.{Host,Site}Ben Sima
2020-10-19Remove $ from AlphaBen Sima
2020-10-13Fix typoBen Sima
2020-10-13Remove rouge nix fileBen Sima
2020-10-13Move nix files into Biz.Bild namespaceBen Sima
2020-10-13hero: renamingsBen Sima
Model -> Form Action -> Move Page -> PageNumber
2020-10-12merge Biz/Bild.scm into Biz/Bild.hsBen Sima
2020-10-12pie prototypeBen Sima
2020-09-30devalloc: load active users from mailmapBen Sima
2020-09-30devalloc: make a simple sales pitch documentBen Sima
2020-09-29devalloc: calculate and print stale filesBen Sima
2020-09-28lint: guard against todosBen Sima
2020-09-16devalloc: prototypeBen Sima
2020-07-26dev: move _{bild,keep,skey} to _/{bild,keep,skey}Ben Sima
2020-07-26reorganize readmeBen Sima
2020-07-25bild: support incremental compilationBen Sima
Closes https://github.com/bsima/biz/issues/9
2020-07-25hero: rename Assets -> Pack and lint fixesBen Sima
2020-07-25lint: colors and check all changed filesBen Sima
2020-07-25shell: move push and ship to shell hookBen Sima
2020-07-25bild: port to haskellBen Sima
2020-07-25hero: fix config thingBen Sima
2020-07-25ship: fix call to lintBen Sima
2020-07-24hero: working authenticated api callsBen Sima
2020-07-19hero: rename stuff to new structureBen Sima
Working toward https://github.com/bsima/biz/issues/5
2020-07-17Revert "deps: update miso"Ben Sima
This reverts commit ca28f4a86b839d702bdaa70925884aa2bd5cf9ed. There seems to be a regression in miso where it doesn't load properly any more.
2020-07-14deps: update sources.nixBen Sima
2020-07-14dev: move some commands to shellBen Sima
2020-07-14deps: update misoBen Sima
2020-07-12hero: put app routes behind authBen Sima
2020-07-12auth: explicit export listBen Sima
2020-07-12hero: move CanSnakeCase to AlphaBen Sima
2020-07-12dev: dontCheck acid-stateBen Sima