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:
parent
0e101dbae7
commit
d707369f93
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue