Simon Bruder
10b8d432d5
This applies the REUSE specification to the repository, so the licensing information can be tracked for every file individually.
8 lines
304 B
Nix
8 lines
304 B
Nix
# SPDX-FileCopyrightText: 2021 Simon Bruder <simon@sbruder.de>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
# This allows using nix cli tools to build a package from the overlay without running nixos-rebuild:
|
|
# nix-run -I nixpkgs-overlays=./pkgs/overlays.nix -p overlay-pkg
|
|
[ (import ./default.nix) ]
|