mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
Replace references to all-packages.nix, by references to the top-level of nixpkgs repository.
This commit is contained in:
parent
27e5397282
commit
6313a5698a
17 changed files with 24 additions and 24 deletions
|
@ -15,7 +15,7 @@ Usage:
|
|||
Attention:
|
||||
|
||||
let
|
||||
pkgs = (import /etc/nixos/nixpkgs/pkgs/top-level/all-packages.nix) {};
|
||||
pkgs = (import <nixpkgs>) {};
|
||||
in let
|
||||
inherit (pkgs.stringsWithDeps) fullDepEntry packEntry noDepEntry textClosureMap;
|
||||
inherit (pkgs.lib) id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue