1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00

dev: Use flake.lock of main flake

This commit is contained in:
Shea Levy 2022-10-30 06:50:15 -04:00
parent 0e101dbae7
commit d707369f93
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -1,6 +1,6 @@
let
flake = builtins.getFlake (toString ./.);
fmc-lib = import ../lib.nix { inherit (flake.inputs.nixpkgs) lib; };
fmc-lib = (builtins.getFlake (toString ../.)).lib;
self = {
inherit (flake) inputs;
outPath = ../.; # used by pre-commit module, etc