diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-08-01 10:53:18 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-08-01 10:53:18 -0500 |
| commit | 8ac09704c06dc40e4c63ef9332b731d81b873675 (patch) | |
| tree | 0829aa42fcfa26b54732259e3c09b3e9096d6461 | |
| parent | 33e81515dffbc94fb5dd45108e48d4018ec454db (diff) | |
| download | firefox-chrome-8ac09704c06dc40e4c63ef9332b731d81b873675.tar.xz firefox-chrome-8ac09704c06dc40e4c63ef9332b731d81b873675.zip | |
format nix
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |
