Regenerated
This commit is contained in:
+11
-2
@@ -20,7 +20,13 @@
|
||||
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" ];
|
||||
|
||||
@@ -28,7 +34,10 @@
|
||||
nixosConfigurations.traveldroid = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
||||
specialArgs = { inherit inputs; };
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
flakeRoot = ./.; # <-- this makes the flake root available to all modules
|
||||
};
|
||||
|
||||
modules = [
|
||||
./generated/hosts/traveldroid/boot.nix
|
||||
|
||||
Reference in New Issue
Block a user