Regenerated

This commit is contained in:
2026-03-22 08:10:12 +00:00
parent 4ba825b1ee
commit 98d2356e93
33 changed files with 19 additions and 1538 deletions
+11 -2
View File
@@ -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