fmt: format teh flake
This commit is contained in:
parent
c8a26d63de
commit
7eb6dfc89b
1 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
|
|
||||||
description = "Skynet Presentations";
|
description = "Skynet Presentations";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
|
@ -18,8 +17,12 @@
|
||||||
extra-trusted-public-keys = "skynet-cache:OdfA4Or0JcHiHf05fsiIR4nZT2z2yDEtkoLqhntGAz4=";
|
extra-trusted-public-keys = "skynet-cache:OdfA4Or0JcHiHf05fsiIR4nZT2z2yDEtkoLqhntGAz4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, bfom, ... } @inputs:
|
outputs = {
|
||||||
let
|
self,
|
||||||
|
nixpkgs,
|
||||||
|
bfom,
|
||||||
|
...
|
||||||
|
} @ inputs: let
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-linux.pkgs;
|
pkgs = nixpkgs.legacyPackages.x86_64-linux.pkgs;
|
||||||
in {
|
in {
|
||||||
# nix run
|
# nix run
|
||||||
|
|
Loading…
Reference in a new issue