nuschtos: fix flake dependencies crashing tests

This commit is contained in:
DavHau
2025-06-25 13:12:27 +07:00
parent e70afa9511
commit 2a7827eb03
2 changed files with 12 additions and 18 deletions

View File

@@ -35,8 +35,12 @@
};
};
# dependencies needed for nuschtos
flake-utils.url = "github:numtide/flake-utils";
flake-utils.inputs.systems.follows = "systems";
nuschtos.url = "github:NuschtOS/search";
nuschtos.inputs.nixpkgs.follows = "nixpkgs";
nuschtos.inputs.flake-utils.follows = "flake-utils";
};
outputs =