Skip to content

Commit

Permalink
correct "final" attribute set
Browse files Browse the repository at this point in the history
  • Loading branch information
giantimi committed Dec 4, 2023
1 parent ec2af05 commit d300764
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
recursive = with hs-nix-infra.lib.recursive system;
wrapRecursiveWithMeta "txg" "${wrapFlake self}.default";
};

devShell = flake.devShell;

project = flake.project;
});
}

0 comments on commit d300764

Please sign in to comment.