mirror of
https://github.com/acaloiaro/sfos
synced 2026-07-21 10:12:24 +00:00
6 lines
121 B
Nix
6 lines
121 B
Nix
# This file defines overlays
|
|
{inputs, ...}: {
|
|
nixpkgs.overlays = [
|
|
#(import ./inputs.nix {inherit inputs;})
|
|
];
|
|
}
|