From 7eb6dfc89b3a6207013d1b428a1339ff6333ad9a Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 12 May 2024 16:36:50 +0100 Subject: [PATCH] fmt: format teh flake --- flake.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index f5c9e66..62d5cde 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,4 @@ { - description = "Skynet Presentations"; inputs = { @@ -18,10 +17,14 @@ extra-trusted-public-keys = "skynet-cache:OdfA4Or0JcHiHf05fsiIR4nZT2z2yDEtkoLqhntGAz4="; }; - outputs = { self, nixpkgs, bfom, ... } @inputs: - let - pkgs = nixpkgs.legacyPackages.x86_64-linux.pkgs; - in { + outputs = { + self, + nixpkgs, + bfom, + ... + } @ inputs: let + pkgs = nixpkgs.legacyPackages.x86_64-linux.pkgs; + in { # nix run apps.x86_64-linux.default = { type = "app";