diff options
| author | seth <[email protected]> | 2024-07-04 15:55:29 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-04 16:11:35 -0400 |
| commit | 3231025b71b827be26daaf3f082b0be48ab66c2e (patch) | |
| tree | 152ac0a23982032a77047571c34aeaef7608a931 /default.nix | |
| parent | 098ff8c13c5b144079917f9da81cf6503056872b (diff) | |
nix: alejandra -> nixfmt-rfc-style
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/default.nix b/default.nix index 580f989..714dd75 100644 --- a/default.nix +++ b/default.nix @@ -3,15 +3,15 @@ let fetchTree = import ./nix/fetchTree.nix; flakeSources = builtins.mapAttrs (_: node: fetchTree node.locked) lock.nodes; in - { - pkgs ? - import sources.nixpkgs { - inherit system; - config = {}; - overlays = []; - }, - system ? builtins.currentSystem, - sources ? flakeSources, - }: { - website = pkgs.callPackage ./nix/package.nix {}; - } +{ + pkgs ? import sources.nixpkgs { + inherit system; + config = { }; + overlays = [ ]; + }, + system ? builtins.currentSystem, + sources ? flakeSources, +}: +{ + website = pkgs.callPackage ./nix/package.nix { }; +} |
