aboutsummaryrefslogtreecommitdiff
path: root/picarones-hs/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-07Added basic nixos module (and restructured some files)stuebinm1-33/+15
Right now, this is capable of setting up a running instance of picarones in a couple lines of config (both backend server and the webapp, using nginx). More options should still be added, especially to make the backend's port configurable (but this requires adding features to the haskell code)
2021-03-07Add server to general repositorystuebinm1-0/+0
Idea: have all components of this program in one repository
2021-03-07Added nix build expressionstuebinm1-0/+33
makes a derivation with a functioning server inside of it.
2021-03-07add default.nixstuebinm1-0/+1
Somewhat basic for now, but it does build a directory with a functioning website inside of it.
2021-02-19nix derivation with elm2nixstuebinm1-0/+50
(modified, to make it work again — elm2nix generates somewhat obstuse and occasionally useless code)