Skip to content

Commit a629d5f

Browse files
committed
fix lint
1 parent e75f65f commit a629d5f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
use flake
1+
use nix

shell.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{pkgs ? import <nixpkgs> {}}:
2+
pkgs.mkShell {
3+
packages = with pkgs; [
4+
bun
5+
nodejs
6+
deno
7+
];
8+
}

src/components/GlobalFooter.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import clsx from "clsx";
22
import React from "react";
33
import { Link } from "gatsby";
4-
import { FaXTwitter } from "react-icons/fa6";
54
import ActionButton from "./ActionButton";
65
import Logo from "./Logo";
76

0 commit comments

Comments
 (0)