From 387d1e6945468ac1fc74dbe2c43a9f96e52915a2 Mon Sep 17 00:00:00 2001 From: ChaotiCryptidz Date: Tue, 8 Feb 2022 12:16:30 +0000 Subject: [PATCH] format nix --- default.nix | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/default.nix b/default.nix index 25ab9be..80aeb43 100644 --- a/default.nix +++ b/default.nix @@ -1,13 +1,6 @@ -(import - ( - let - lock = builtins.fromJSON (builtins.readFile ./flake.lock); - in - fetchTarball { - url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz"; - sha256 = lock.nodes.flake-compat.locked.narHash; - } - ) - { - src = ./.; - }).defaultNix \ No newline at end of file +(import (let lock = builtins.fromJSON (builtins.readFile ./flake.lock); +in fetchTarball { + url = + "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz"; + sha256 = lock.nodes.flake-compat.locked.narHash; +}) { src = ./.; }).defaultNix