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:
let
pkgs = nixpkgs.legacyPackages.${system};
pkgs' = nixverse.loadPkgs' self {
inherit system;
nixpkgs = nixpkgs;
};
# pkgs' = nixverse.loadPkgs' self {
# inherit system;
# nixpkgs = nixpkgs;
# };
in
{
default = pkgs.mkShellNoCC {