summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-05-29 21:11:22 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-02-05 23:14:32 +0100
commitaf376fdc2343dfdc748356f491c0b5315defe522 (patch)
tree756bfaa07bbd96ff0b0c077aa4b90d22ae5310eb /flake.nix
parentb7cbbfff519caf46cbed563ef24439fd36c9bf84 (diff)
legacyPkgs -> legacyPackages
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 316181c2cc3b..9f4535d4c51a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,9 +17,9 @@
};
packages = {
- inherit (pkgs) hello nix fuse nlohmann_json boost;
+ inherit (pkgs) hello nix fuse nlohmann_json boost firefox;
};
- legacyPkgs = pkgs;
+ legacyPackages = pkgs;
};
}