From bc4a11971f9fcb554c7b17950623f285e0a9b240 Mon Sep 17 00:00:00 2001 From: Potato Hatsue <1793913507@qq.com> Date: Sat, 22 May 2021 03:58:26 +0800 Subject: [PATCH] Fix flake compat (#1852) Co-authored-by: Junyoung/Clare Jang --- 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