mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-24 17:36:41 +00:00
materusPC: Update inputMethod
common: override path in default.nix
This commit is contained in:
+8
-1
@@ -8,7 +8,14 @@ let
|
||||
}
|
||||
);
|
||||
|
||||
flake = flake-compatish ./.;
|
||||
flake = flake-compatish {
|
||||
source = ./.;
|
||||
overrides = {
|
||||
self = ./.;
|
||||
materus-inputs = ./nix-config/subflake;
|
||||
materus-inputs-unstable = ./nix-config/subflake;
|
||||
};
|
||||
};
|
||||
in
|
||||
flake.impure
|
||||
|
||||
|
||||
Reference in New Issue
Block a user