feat: export profiles in flake

This commit is contained in:
2026-03-07 15:50:15 +01:00
parent d60721f955
commit f9706b2958

View File

@@ -94,6 +94,11 @@
inherit my-lib; inherit my-lib;
inherit (nixpkgs) lib; inherit (nixpkgs) lib;
} { }; } { };
nixosProfiles = import ./profiles {
inherit my-lib;
inherit (nixpkgs) lib;
} { };
} }
// flake-utils.lib.eachDefaultSystem ( // flake-utils.lib.eachDefaultSystem (
system: system: