mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
7 lines
204 B
Nix
7 lines
204 B
Nix
{
|
|
description = "Top-level flake redirecting to dot_config/flake";
|
|
|
|
inputs.nixpkgs.url = "github:NixOS/nixpkgs";
|
|
|
|
outputs = { self, nixpkgs }: import ./dot_config/flake { inherit self nixpkgs; };
|
|
}
|