Skip to content

Commit

Permalink
remove redundant empty lines
Browse files Browse the repository at this point in the history
Signed-off-by: Thing-han, Lim <[email protected]>
  • Loading branch information
potsrevennil committed Jun 28, 2024
1 parent d894342 commit d02867b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
};
});


inherit (pkgs)
nixpkgs-fmt
shfmt;
Expand Down Expand Up @@ -99,8 +98,6 @@
devShells.ci = wrapShell pkgs.mkShell { packages = core; };
devShells.ci-cbmc = wrapShell pkgs.mkShell { packages = (core ++ cbmcpkg); };
devShells.ci-linter = wrapShell pkgs.mkShellNoCC { packages = linters; };


};
flake = {
# The usual flake attributes can be defined here, including system-
Expand Down

0 comments on commit d02867b

Please sign in to comment.