Skip to content

Commit

Permalink
non-flake
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 19, 2024
1 parent c797c5a commit befd502
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 59 deletions.
52 changes: 1 addition & 51 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@
fourmolu-nix.url = "github:jedimahdi/fourmolu-nix";

git-hooks.url = "github:cachix/git-hooks.nix";
git-hooks.inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-stable.follows = "nixpkgs";
};
gitignore.follows = "git-hooks/gitignore";
gitignore.inputs.nixpkgs.follows = "nixpkgs";
gitignore.inputs.flake-compat = { };
git-hooks.flake = false;
};

outputs = inputs:
Expand Down
2 changes: 1 addition & 1 deletion nix/modules/flake-parts/formatter.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ inputs, ... }:
{
imports = [
inputs.git-hooks.flakeModule
(inputs.git-hooks + /flake-module.nix)
inputs.fourmolu-nix.flakeModule
];
perSystem = { config, ... }: {
Expand Down

0 comments on commit befd502

Please sign in to comment.