Skip to content

Commit

Permalink
format with nixpgks-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jun 12, 2023
1 parent 61ea8d1 commit 440c247
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions flake.nix
Expand Up @@ -10,12 +10,15 @@
let
pkgs = import inputs.nixpkgs { inherit system; };

naersk = pkgs.callPackage inputs.naersk {};
in {
naersk = pkgs.callPackage inputs.naersk { };
in
{
defaultPackage = naersk.buildPackage {
src = ./.;
};

formatter = pkgs.nixpkgs-fmt;

devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
git
Expand All @@ -35,4 +38,4 @@
};
}
);
}
}

0 comments on commit 440c247

Please sign in to comment.