Skip to content

Commit

Permalink
Reindent
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jul 25, 2024
1 parent 969b96b commit f67ade5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
description = "srid/haskell-template: Nix template for Haskell projects";
description = "Nix template for Haskell projects";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
systems.url = "github:nix-systems/default";
Expand All @@ -15,6 +15,9 @@
systems = import inputs.systems;

# See ./nix/modules/*.nix for the modules that are imported here.
imports = with builtins; map (fn: ./nix/modules/${fn}) (attrNames (readDir ./nix/modules));
imports = with builtins;
map
(fn: ./nix/modules/${fn})
(attrNames (readDir ./nix/modules));
};
}

0 comments on commit f67ade5

Please sign in to comment.