flake: deprecate .lib.lib

This commit is contained in:
lassulus
2023-09-26 14:00:14 +00:00
committed by mergify[bot]
parent c2bdc227e4
commit 2bf4fc166b
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
{
nixosModules.default = self.nixosModules.disko; # convention
nixosModules.disko = import ./module.nix;
lib = import ./. {
lib = import ./lib {
inherit (nixpkgs) lib;
};
packages = forAllSystems (system: