add himalaya and neverest flake inputs

This commit is contained in:
2026-03-01 18:29:36 +00:00
parent a95188d218
commit 4f1d2fead7
5 changed files with 299 additions and 14 deletions

3
overlays/himalaya.nix Normal file
View File

@@ -0,0 +1,3 @@
{inputs}: final: prev: {
himalaya = inputs.himalaya.packages.${prev.stdenv.hostPlatform.system}.default;
}