mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
4 lines
113 B
Nix
4 lines
113 B
Nix
{inputs, ...}: {
|
|
nix.nixPath = ["nixpkgs=${inputs.nixpkgs}"];
|
|
nix.registry.nixpkgs.flake = inputs.nixpkgs;
|
|
}
|