Regenerated
This commit is contained in:
+2
-8
@@ -20,13 +20,7 @@
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
};
|
||||
|
||||
outputs =
|
||||
inputs@{
|
||||
flake-parts,
|
||||
nixpkgs,
|
||||
import-tree,
|
||||
...
|
||||
}:
|
||||
outputs = inputs@{ flake-parts, nixpkgs, import-tree, ... }:
|
||||
flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
systems = [ "x86_64-linux" ];
|
||||
|
||||
@@ -36,7 +30,7 @@
|
||||
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
flakeRoot = ./.; # <-- this makes the flake root available to all modules
|
||||
flakeRoot = ./.; # <-- Pass the absolute path of the flake root
|
||||
};
|
||||
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user