Lib/flakes: remove self references

This commit is contained in:
Johannes Kirschbauer
2025-07-01 09:52:10 +02:00
parent 20e9544cbf
commit 20e17b0e56
3 changed files with 12 additions and 8 deletions

View File

@@ -43,8 +43,6 @@ lib.fix (
facts = import ./facts.nix { inherit lib; };
# flakes
flakes = clanLib.callLib ./flakes.nix {
clan-core = self;
};
flakes = clanLib.callLib ./flakes.nix { };
}
)