feat: export profiles in flake
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user