You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instead of import nixpkgs { inherit system; };, which relies on coercing nixpkgs into a string via the outPath attribute the flake system adds, then directly calling default.nix (possibly bypassing customization done by flake.nix), why not just do nixpkgs.legacyPackages."${system}"?
The text was updated successfully, but these errors were encountered:
instead of
import nixpkgs { inherit system; };
, which relies on coercing nixpkgs into a string via the outPath attribute the flake system adds, then directly callingdefault.nix
(possibly bypassing customization done by flake.nix), why not just donixpkgs.legacyPackages."${system}"
?The text was updated successfully, but these errors were encountered: