From aecf127da4516eb9eb44c8a664f2d5ba6c5dffbc Mon Sep 17 00:00:00 2001 From: Potato Hatsue <1793913507@qq.com> Date: Fri, 21 May 2021 17:12:51 +0800 Subject: [PATCH] Fix flake compat --- default.nix => shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename default.nix => shell.nix (96%) diff --git a/default.nix b/shell.nix similarity index 96% rename from default.nix rename to shell.nix index d87fd23886..513b02ec3e 100644 --- a/default.nix +++ b/shell.nix @@ -8,4 +8,4 @@ sha256 = lock.nodes.flake-compat.locked.narHash; } ) { src = ./.; -}).defaultNix +}).shellNix