Commit graph

9 commits

Author SHA1 Message Date
Christina Sørensen
2ec23ddcde
fix(flake): resolve build failure with cargo.lock update
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-01-27 16:55:03 +01:00
Christina Sørensen
39e7c02d55 build(flake): change flake inputs
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-01-27 15:52:36 +01:00
Christina Sørensen
67ced3ff8a
chore(flake): bump lockfile
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-01-27 15:32:43 +01:00
Christina Sørensen
50bd636a64
chore(flake): move to semnix, update inputs
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-11-17 08:41:00 +01:00
Christina Sørensen
03b5a617c6
build(nix): do crane EZA style
This is essentailly taken from the work of 9glenda
https://github.com/eza-community/eza/pull/462

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-06 16:16:56 +02:00
Christina Sørensen
5aabd48fec
chore(flake): bump flake lock
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-25 10:45:59 +02:00
Christina Sørensen
cab7f72e28
refactor: removed unused code from flake
Most of this was introduced during the process of getting the flake to
work.

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-06-18 19:34:51 +02:00
Christina Sørensen
551c406591
WIP: mvp flake working
This still has an issue, because tests cannot run with network inside of
the flake.

When this is solved, the code just needs to be refactored and it's
ready.

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-06-17 14:11:42 +02:00
Christina Sørensen
ce2ceee129
feat: started flakification
The flake is still not fully functional.

First, it seems nescesarry to get a solid system for relative paths,
so that we can run tests inside of a nix build.

To iterate on this, use `nix flake check`.
2023-06-14 18:52:02 +02:00