Commit graph

6 commits

Author SHA1 Message Date
6bc8e28f0f Use the upstream version of financier
The upstream version has been updated, and it has been switched to Yarn.
This makes it simple to build it without the need of our own fork.

We need a small fix for yarn2nix for the time being though. See
<https://github.com/financier-io/financier/pull/5> for details.
2022-06-10 12:30:13 +02:00
2042f1111e Remove overlay
The overlay has been removed and the package financier-dist is now
always built with the Nixpkgs version from our flake inputs. Overlays
can be applied to any version of Nixpkgs, but our package does not work
with all versions of Nixpkgs.

For example, we currently built our package with Node 12. The
nodejs-12_x has been marked as insecure on the
21.05 branch in May 2022 breaking our build and consequently our module
and all configurations that rely on it.

Usually, it would be very bad to pin to an old Nixpkgs version as we miss
potential security updates. But we build a static website and it is very
unlikely that it has any security issues.
2022-06-09 15:03:38 +02:00
187c837f03 Read financier version from package.json 2022-06-09 14:27:37 +02:00
36bf32ac57 Update location of financier repository
It is now hosted at codeberg.org.
2022-04-08 02:23:53 +02:00
dd5f51d9cc Use nix flake functionality for development 2022-04-08 02:23:53 +02:00
8c56307c55 Add nix flake support
With this commit, we add nix flake support. Flakes are evaluated in pure
evaluation mode. The script generate.sh does not work in pure evaluation
mode since it node2nix fetches itself resources from the network. In
order to enable pure evaluation, we add the generated nix files to this
repository.
2021-09-20 00:11:34 +02:00