aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-08-01 10:53:18 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-08-01 10:53:18 -0500
commit8ac09704c06dc40e4c63ef9332b731d81b873675 (patch)
tree0829aa42fcfa26b54732259e3c09b3e9096d6461
parent33e81515dffbc94fb5dd45108e48d4018ec454db (diff)
downloadfirefox-chrome-8ac09704c06dc40e4c63ef9332b731d81b873675.tar.xz
firefox-chrome-8ac09704c06dc40e4c63ef9332b731d81b873675.zip
format nix
-rw-r--r--flake.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index d628020..bfffd49 100644
--- a/flake.nix
+++ b/flake.nix
@@ -6,8 +6,14 @@
flake-utils.url = "github:numtide/flake-utils";
};
- outputs = { self, nixpkgs, flake-utils }:
- flake-utils.lib.eachDefaultSystem (system:
+ outputs =
+ {
+ self,
+ nixpkgs,
+ flake-utils,
+ }:
+ flake-utils.lib.eachDefaultSystem (
+ system:
let
pkgs = nixpkgs.legacyPackages.${system};
in