buildClan: also import clanCore module

This commit is contained in:
Jörg Thalheim
2023-08-30 16:41:10 +02:00
parent 10e4db7c19
commit 1d496c6363
3 changed files with 5 additions and 4 deletions

View File

@@ -7,6 +7,6 @@
];
flake.lib = import ./default.nix {
inherit lib;
inherit (inputs) nixpkgs;
inherit (inputs) nixpkgs clan;
};
}