# This file defines overlays # ex {inputs, ...}: { #When applied, the unstable nixpkgs set (declared in the flake inputs) will #be accessible through 'pkgs.unstable' unstable-packages = final: _prev: { unstable = import inputs.nixpkgs-unstable { system = final.system; config.allowUnfree = true; }; }; }