Switch to docker.
Some checks failed
build-staging Build build-staging has failed

This commit is contained in:
Tom Alexander
2026-07-13 21:23:14 -04:00
parent f95fb5611a
commit a2b3bf3c69
2 changed files with 11 additions and 6 deletions

View File

@@ -11,6 +11,10 @@
url = "git+https://code.fizz.buzz/talexander/organic_ast_explorer.git";
inputs.nixpkgs.follows = "nixpkgs";
};
homepage_private = {
url = "git+ssh://git@code.fizz.buzz/talexander/homepage_private.git";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@@ -19,6 +23,7 @@
nixpkgs,
natter,
organic_ast_explorer,
homepage_private,
}:
let
forAllSystems =
@@ -84,11 +89,6 @@
homepage = final.lib.makeScope final.newScope (
homepageScope:
let
homepage_private = fetchGit {
url = "git@code.fizz.buzz:talexander/homepage_private.git";
ref = "main";
rev = "89ba9628bf3e596345bc83f59cef5a2943584894";
};
natter' = (natter.overlays.default final final).natter.release;
organic_ast_explorer' =
(organic_ast_explorer.overlays.default final final).organic_ast_explorer.release;