Unused bindings.

This commit is contained in:
jay
2025-07-12 13:55:40 -04:00
parent adbd75a48a
commit 5681827296

View File

@@ -60,10 +60,10 @@
system: system:
let let
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
pkgs' = nixverse.loadPkgs' self { # pkgs' = nixverse.loadPkgs' self {
inherit system; # inherit system;
nixpkgs = nixpkgs; # nixpkgs = nixpkgs;
}; # };
in in
{ {
default = pkgs.mkShellNoCC { default = pkgs.mkShellNoCC {