summary refs log tree commit diff stats
path: root/users/default.nix
blob: 23d6e964c6a43f8e0455e0248c0454e96e83139c (plain) (blame)
1
2
3
4
5
6
7
{
  nixpkgs,
  system,
  ...
}: {
  sils = import ./sils {inherit nixpkgs system;};
}