summaryrefslogblamecommitdiffstats
path: root/overlay.nix
blob: 6d748e16f4c5f614865724e354e2c2e7f031679d (plain) (tree)
1
2
3
4
5
6
7
8
9
10



           
                   




                                           
{
    inputs,
    system,
    ...
  }: final: prev: {
    stable = import inputs.nixpkgs-stable {
        inherit system;
        config.allowUnfree = true;
    };
}