Skip to content
Snippets Groups Projects
Commit e33beca5 authored by Daniel Firth's avatar Daniel Firth
Browse files

apps: horizon-gen-nix: add formatting

parent 69679369
Branches
No related merge requests found
......@@ -31,7 +31,11 @@
horizon-platform-prev = get-flake horizon-platform;
horizon-gen-nix = horizon-platform-prev.legacyPackages.${system}.horizon-gen-nix;
horizon-gen-nix = writeBashBin "horizon-gen-nix" ''
${horizon-platform-prev.legacyPackages.${system}.horizon-gen-nix}/bin/horizon-gen-nix;
${pkgs.nixpkgs-fmt}/bin/nixpkgs-fmt pkgs/*
${pkgs.nixpkgs-fmt}/bin/nixpkgs-fmt initial-packages.nix
'';
haskellLib = pkgs.haskell.lib.compose;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment