IFD-embracing Nix expression to import pnpm-lock.yaml files in Nix derivations
nixpkgs nix flake pnpm
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(flake): add overlay

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>

+2
+2
flake.nix
··· 40 40 } 41 41 ); 42 42 43 + overlays.default = final: _: import ./. { pkgs = final; }; 44 + 43 45 legacyPackages = forSystems ({ pkgs, ... }: import ./. { inherit pkgs; }); 44 46 45 47 checks = forSystems (