Skip to content

Commit

Permalink
feat: expose overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Oct 29, 2023
1 parent fab959b commit a0bcf7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
pkgs = import nixpkgs { inherit system; };
});
packages = forAllSystems (system: nixpkgs.lib.filterAttrs (_: v: nixpkgs.lib.isDerivation v) self.legacyPackages.${system});
overlay = import ./overlay.nix;
};
}

0 comments on commit a0bcf7f

Please sign in to comment.