Skip to content

Commit

Permalink
wrap things?
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Oct 26, 2024
1 parent ff716ad commit 561cbe9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
builtin = import ./builtin params;
};
in
flake-utils.lib.eachDefaultSystem
(flake-utils.lib.eachDefaultSystem
(system:
let
inherit (setup system) pkgs pog builtin;
Expand All @@ -38,12 +38,12 @@
];
};
};
})
// flake-utils.lib.eachDefaultSystemPassThrough (system:
}))
// (flake-utils.lib.eachDefaultSystemPassThrough (system:
let
inherit (setup system) pkgs pog builtin;
inherit (setup system) pog;
in
{
overlays.default = final: prev: { inherit pog; };
});
}));
}

0 comments on commit 561cbe9

Please sign in to comment.