expose stdlib in flake
This commit is contained in:
parent
3d0d0da61a
commit
2f8dd60760
1 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,14 @@
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
libs = forEachSystem (
|
||||||
|
system: let
|
||||||
|
pkgs = pkgsForEach.${system};
|
||||||
|
in {
|
||||||
|
default = import ./stdlib.nix pkgs;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
examples = forEachSystem (
|
examples = forEachSystem (
|
||||||
system: let
|
system: let
|
||||||
pkgs = pkgsForEach.${system};
|
pkgs = pkgsForEach.${system};
|
||||||
|
|
Loading…
Reference in a new issue