fmt: format teh flake
This commit is contained in:
parent
c8a26d63de
commit
7eb6dfc89b
1 changed files with 8 additions and 5 deletions
13
flake.nix
13
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";
|
||||
|
|
Loading…
Reference in a new issue