fix(flake): expose inputs for downstream propagation
This commit is contained in:
@@ -23,6 +23,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, nixos-hardware, disko, impermanence, home-manager, nix-colors, stylix, walker, ... } @ inputs: {
|
outputs = { self, nixpkgs, nixos-hardware, disko, impermanence, home-manager, nix-colors, stylix, walker, ... } @ inputs: {
|
||||||
|
# Expose inputs for downstream use
|
||||||
|
inherit inputs;
|
||||||
|
|
||||||
nixosModules = {
|
nixosModules = {
|
||||||
system = import ./modules/system;
|
system = import ./modules/system;
|
||||||
home = import ./modules/home;
|
home = import ./modules/home;
|
||||||
|
|||||||
Reference in New Issue
Block a user