Update formatting.
This commit is contained in:
parent
eff96a6f7b
commit
867786099a
1 changed files with 7 additions and 6 deletions
|
@ -11,7 +11,8 @@ pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
|
|||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
devShells.x86_64-linux.default = (import ./shell.nix { inherit pkgs pre-commit-hooks; });
|
||||
devShells.x86_64-linux.default =
|
||||
(import ./shell.nix { inherit pkgs pre-commit-hooks; });
|
||||
packages.x86_64-linux.default = (import ./default.nix { inherit pkgs; });
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue