From bb83ea83938b7098cc1c1823c791d3b05dd5399f Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Mon, 6 Jun 2022 22:24:52 +0300 Subject: chore(nix): format nix files with alejandra, update deps, minor code refactors (#2683) --- shell.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index c0d998e3..d5e1a215 100644 --- a/shell.nix +++ b/shell.nix @@ -1,9 +1,8 @@ # Flake's devShell for non-flake-enabled nix instances let - compat = - builtins.fetchGit { - url = "https://github.com/edolstra/flake-compat.git"; - rev = "b4a34015c698c7793d592d66adbab377907a2be8"; - }; + compat = builtins.fetchGit { + url = "https://github.com/edolstra/flake-compat.git"; + rev = "b4a34015c698c7793d592d66adbab377907a2be8"; + }; in -(import compat { src = ./.; }).shellNix.default + (import compat {src = ./.;}).shellNix.default -- cgit v1.2.3-70-g09d2