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=";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, utils, bfom }: utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
utils,
|
||||
bfom,
|
||||
}:
|
||||
utils.lib.eachDefaultSystem (system: let
|
||||
pkgs = import nixpkgs {
|
||||
system = "${system}";
|
||||
config = {
|
||||
|
@ -53,6 +58,5 @@
|
|||
${./_scripts/format_minutes.sh}
|
||||
'';
|
||||
};
|
||||
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue