summary refs log tree commit diff stats
path: root/user/settings/pin.nix
blob: 7ce0858b46adaa001fb822a85e13ad00b3dc9721 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ attrs, ... }:
let
  inherit (attrs) nixpkgs;
in
{
  nix = {
    registry = {
      nixpkgs.flake = nixpkgs;
    };
  };
}