wip: figuring it out, slowly
This commit is contained in:
@@ -40,14 +40,14 @@
|
||||
(flake-utils.lib.eachDefaultSystem (
|
||||
system:
|
||||
let
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
};
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
applib = import ./modules/lib.nix { inherit pkgs; };
|
||||
in
|
||||
{
|
||||
nixidyEnvs = {
|
||||
prod = nixidy.lib.mkEnv {
|
||||
inherit pkgs;
|
||||
extraSpecialArgs = { inherit applib; };
|
||||
charts = nixhelm.chartsDerivations.${system};
|
||||
modules = [
|
||||
./modules
|
||||
|
||||
Reference in New Issue
Block a user