flake-parts: fix clan-core reference

This commit is contained in:
Jörg Thalheim
2024-04-04 13:30:42 +02:00
parent 5ffae2070d
commit 28e8af60cf
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{ config, ... }:
{ self, config, ... }:
{
flake.flakeModules = {
clan = ./clan.nix;
clan = import ./clan.nix self;
default = config.flake.flakeModules.clan;
};
}