Commit graph

10 commits

Author SHA1 Message Date
Giacomo Leidi a228b33288 Add Guix development environment. 2024-02-18 17:09:19 +00:00
Alejandro Baez 8555ecc975 fix: remove secrets.env from envrc 2022-08-01 16:40:30 +12:00
Alejandro Baez 28a5c208b5 fix: update .envrc to use prop env path 2022-08-01 16:40:30 +12:00
Alejandro Baez d286e17652 fix: set envrc to use MIX_ENV var with dev default 2022-08-01 16:40:30 +12:00
Alejandro Baez ea6ff0ff6a fix: missing deps for local dev env 2022-08-01 16:40:30 +12:00
Alejandro Baez 930f4c02fc fix: set dotenv loaded on start 2022-08-01 16:40:30 +12:00
Alejandro Baez 581903de4f refactor: nix build set up
The current nix set up was set up to use both nixos installation and
nix flake.

However, it was set up in a way that is isolated from the
active usage and build of bonfire. The following patch changes quite a
bit the original nix flake. The purpose is to use the same tooling as
that of the current setup for bonfire with just. In doing so, focusing
more on development environment for working with bonfire

The new set up takes the procedure of using just setup target with
WITH_DOCKER=no to imitate a similar local setup.

Note: while the nix flake does have sections to create nix packages and
even container images to build for bonfire, it is not goal of the
current PR to make those sections to work.

Ref: #405
2022-08-01 16:40:30 +12:00
bernini 54153934b1 up 2021-09-23 09:19:59 +02:00
happysalada e6fa78d9a6 nix: add initial flake 2021-07-03 17:04:49 +09:00
happysalada aab187c14c add nix dev instructions 2021-04-27 00:10:03 +09:00