Skip to content

Commit

Permalink
fix: flakeModule loading after refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Jun 26, 2023
1 parent 1dfd574 commit 493e572
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/std/fwlib/flakeModule.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
grow,
root,
paisano,
nixpkgs,
yants,
}: let
l = nixpkgs.lib // builtins;
inherit (paisano) harvest pick winnow;
inherit (root) grow;
types = import (paisano + /types/default.nix) {
inherit l yants;
paths = null;
Expand Down

0 comments on commit 493e572

Please sign in to comment.