mirror of
https://github.com/sbrow/strings.git
synced 2025-12-29 23:17:39 -05:00
style: Reformatted flake.nix.
This commit is contained in:
23
flake.nix
23
flake.nix
@@ -9,19 +9,20 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
outputs = { bp, self, nixpkgs }:
|
outputs = { bp, self, nixpkgs }:
|
||||||
let
|
let
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||||
in {
|
in
|
||||||
devShells.x86_64-linux.default = pkgs.mkShell {
|
{
|
||||||
buildInputs = with pkgs; [
|
devShells.x86_64-linux.default = pkgs.mkShell {
|
||||||
nodejs
|
buildInputs = with pkgs; [
|
||||||
yarn
|
nodejs
|
||||||
];
|
yarn
|
||||||
};
|
];
|
||||||
|
};
|
||||||
|
|
||||||
checks.x86_64-linux.default = bp.outputs.legacyPackages.x86_64-linux.buildYarnPackage {
|
checks.x86_64-linux.default = bp.outputs.legacyPackages.x86_64-linux.buildYarnPackage {
|
||||||
src = ./.;
|
src = ./.;
|
||||||
yarnBuildMore = "yarn build; yarn test";
|
yarnBuildMore = "yarn build; yarn test";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user