mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +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 = {
|
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