forked from Computer_Society/open-goverance
fmt: format teh flake
This commit is contained in:
parent
bd242e59cd
commit
d856e726ca
1 changed files with 44 additions and 40 deletions
10
flake.nix
10
flake.nix
|
@ -17,8 +17,13 @@
|
||||||
extra-trusted-public-keys = "skynet-cache:OdfA4Or0JcHiHf05fsiIR4nZT2z2yDEtkoLqhntGAz4=";
|
extra-trusted-public-keys = "skynet-cache:OdfA4Or0JcHiHf05fsiIR4nZT2z2yDEtkoLqhntGAz4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, utils, bfom }: utils.lib.eachDefaultSystem (system:
|
outputs = {
|
||||||
let
|
self,
|
||||||
|
nixpkgs,
|
||||||
|
utils,
|
||||||
|
bfom,
|
||||||
|
}:
|
||||||
|
utils.lib.eachDefaultSystem (system: let
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
system = "${system}";
|
system = "${system}";
|
||||||
config = {
|
config = {
|
||||||
|
@ -53,6 +58,5 @@
|
||||||
${./_scripts/format_minutes.sh}
|
${./_scripts/format_minutes.sh}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue