legacyPkgs -> legacyPackages

wip/yesman
Eelco Dolstra 5 years ago
parent b7cbbfff51
commit af376fdc23
  1. 4
      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;
};
}

Loading…
Cancel
Save