From e7993d05ffc416ae13bc2b47cf132f5fccea790f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=99=8E=E7=BA=B9=E9=B2=A8=E9=B1=BC?= <290914469@qq.com> Date: Wed, 29 Mar 2023 14:43:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=88=9B=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .inscode | 4 ++++ inscode.nix | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 .inscode create mode 100644 inscode.nix diff --git a/.inscode b/.inscode new file mode 100644 index 0000000..21ff30f --- /dev/null +++ b/.inscode @@ -0,0 +1,4 @@ +run = "index.html" + +[nix] +channel = "stable-21_11" diff --git a/inscode.nix b/inscode.nix new file mode 100644 index 0000000..b374c19 --- /dev/null +++ b/inscode.nix @@ -0,0 +1,5 @@ +{ pkgs }: { + deps = [ + + ]; +} \ No newline at end of file -- GitLab