all repos — nixfiles @ 782e0000196146183ee4a7e91e60424c24652d2f

System and user configuration, managed by nix and home-manager

system/settings/pin.nix (view raw)

1
2
3
4
5
6
7
8
{ pkgs, ... }:
let
  lib = import ../../lib { inherit pkgs; };
  sources = import ../../nix/sources.nix;
in
{
  nix.nixPath = lib.mkNixPath sources;
}