fmt: format teh flake

This commit is contained in:
silver 2024-05-12 16:36:50 +01:00
parent c8a26d63de
commit 7eb6dfc89b
Signed by: silver
GPG key ID: 54E2C71918E93B74

View file

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