mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-22 05:33:32 +03:00
use nix-community build cache
This commit is contained in:
parent
de54df790d
commit
2d4197cd79
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user