mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
legacyPkgs -> legacyPackages
This commit is contained in:
parent
b7cbbfff51
commit
af376fdc23
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue