mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 11:23:32 -04:00
style: Ran nixpkgs-fmt.
This commit is contained in:
@@ -12,9 +12,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
inputs@{
|
inputs@{ flake-parts
|
||||||
flake-parts,
|
, nixpkgs
|
||||||
nixpkgs,
|
, ...
|
||||||
# , process-compose-flake
|
# , process-compose-flake
|
||||||
}:
|
}:
|
||||||
flake-parts.lib.mkFlake { inherit inputs; } {
|
flake-parts.lib.mkFlake { inherit inputs; } {
|
||||||
@@ -25,11 +25,10 @@
|
|||||||
systems = [ "x86_64-linux" ];
|
systems = [ "x86_64-linux" ];
|
||||||
|
|
||||||
perSystem =
|
perSystem =
|
||||||
{
|
{ pkgs
|
||||||
pkgs,
|
, system
|
||||||
system,
|
, inputs'
|
||||||
inputs',
|
, ...
|
||||||
...
|
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
mkGrammarStaticLib = name: src: pkgs.stdenv.mkDerivation {
|
mkGrammarStaticLib = name: src: pkgs.stdenv.mkDerivation {
|
||||||
|
|||||||
Reference in New Issue
Block a user