summary refs log tree commit diff
path: root/ripple/website/build.nix
blob: b7cfe64939b03ee53da7da46aa2a33685b3e1b69 (plain)
1
2
3
4
5
# SPDX-FileCopyrightText: V <v@unfathomable.blue>
# SPDX-License-Identifier: LicenseRef-NONE

let pkgs = import <nixpkgs> {};
in pkgs.callPackage ./default.nix {}