expose stdlib in flake

This commit is contained in:
jacekpoz 2024-07-17 19:17:29 +02:00
parent 3d0d0da61a
commit 2f8dd60760
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -18,6 +18,14 @@
}
);
libs = forEachSystem (
system: let
pkgs = pkgsForEach.${system};
in {
default = import ./stdlib.nix pkgs;
}
);
examples = forEachSystem (
system: let
pkgs = pkgsForEach.${system};