Update formatting.
This commit is contained in:
parent
eff96a6f7b
commit
867786099a
@ -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…
Reference in New Issue
Block a user