wrappers: migrate to nilla
All checks were successful
/ check (push) Successful in 1m55s

This commit is contained in:
Nikodem Rabuliński 2025-03-23 13:35:24 +01:00
parent 7c0f0ac90e
commit 265fba3908
Signed by: nrabulinski
SSH key fingerprint: SHA256:eJRdE3KzMWWk9zrksGEv8+v6F+VqUVR++z2SSPyiL0I
6 changed files with 36 additions and 29 deletions

View file

@ -1,3 +1,4 @@
{ config }:
let
systems = [
"x86_64-linux"
@ -10,7 +11,6 @@ let
};
in
{ config }:
{
config.packages.conduit-next = {
inherit systems builder;