Skip to content

Commit

Permalink
Update Nix flake formatting to pass pre-commit linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Sep 6, 2023
1 parent ec9cf1b commit bdf692e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
hash = "sha256-4b2VBFUQye4wTvuagPwEImLwkUO4Dk5hvOYW+eg8OGA=";
};
};
in {
in
{
packages.default = pkgs.python310Packages.buildPythonPackage rec {
name = "awssh";
version = "1.1.0";
Expand Down

0 comments on commit bdf692e

Please sign in to comment.