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";
|
description = "Skynet Presentations";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
|
@ -18,10 +17,14 @@
|
||||||
extra-trusted-public-keys = "skynet-cache:OdfA4Or0JcHiHf05fsiIR4nZT2z2yDEtkoLqhntGAz4=";
|
extra-trusted-public-keys = "skynet-cache:OdfA4Or0JcHiHf05fsiIR4nZT2z2yDEtkoLqhntGAz4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, bfom, ... } @inputs:
|
outputs = {
|
||||||
let
|
self,
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-linux.pkgs;
|
nixpkgs,
|
||||||
in {
|
bfom,
|
||||||
|
...
|
||||||
|
} @ inputs: let
|
||||||
|
pkgs = nixpkgs.legacyPackages.x86_64-linux.pkgs;
|
||||||
|
in {
|
||||||
# nix run
|
# nix run
|
||||||
apps.x86_64-linux.default = {
|
apps.x86_64-linux.default = {
|
||||||
type = "app";
|
type = "app";
|
||||||
|
|
Loading…
Reference in a new issue