use nix-community build cache

This commit is contained in:
hsjobeki 2023-11-15 09:19:12 +01:00
parent de54df790d
commit 2d4197cd79
No known key found for this signature in database
2 changed files with 9 additions and 6 deletions

View File

@ -19,7 +19,7 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
with:
name: noogle
name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build
- name: Publish to Cloudflare Pages

View File

@ -1,17 +1,17 @@
import GitHubIcon from "@mui/icons-material/GitHub";
import {
Box,
Typography,
Container,
Link,
IconButton,
Link,
Tooltip,
Typography,
useMediaQuery,
useTheme,
} from "@mui/material";
import { Image } from "../image";
import nixSnowflake from "../../public/nix-snowflake.svg";
import nixWhite from "../../public/white.svg";
import GitHubIcon from "@mui/icons-material/GitHub";
import { Image } from "../image";
export interface LayoutProps {
children: React.ReactNode;
}
@ -86,7 +86,10 @@ export function Layout(props: LayoutProps) {
/>
</Box>
<Box sx={{ ml: 1 }} component="span">{`noog\u03BBe`}</Box>
<Link href="https://github.com/hsjobeki/noogle" target="_blank">
<Link
href="https://github.com/nix-community/noogle"
target="_blank"
>
<Tooltip title="Contribute on Github">
<IconButton
sx={{ float: "right", top: "0.6rem", right: "1em", p: 0 }}