Closed stelcodes closed 10 months ago
# Make the nixpkgs flake input be used for various nix commands nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; nix.registry.nixpkgs.flake = inputs.nixpkgs;