nt/flake.nix
2025-12-14 09:34:16 +10:00

10 lines
218 B
Nix

{
description = "MyNib - My Nix Library";
inputs.systems.url = "github:nix-systems/default";
outputs = {self, ...} @ inputs: let
systems = import inputs.systems;
in
import ./nib {inherit systems;};
}