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";