nixfiles/licences/flake.nix
Sebastian Walz 9f7b02e1cd
Tohu vaBohu
2023-04-03 14:38:02 +02:00

12 lines
277 B
Nix

{
description = "Licences";
inputs
= {
nixpkgs.url = "github:NixOS/nixpkgs/master";
};
outputs
= { nixpkgs, ... }:
{
licences = nixpkgs.lib.licenses;
};
}