mirror of
https://github.com/ethersync/ethersync.git
synced 2025-08-02 04:07:29 +03:00
reuse: Add headers to Nix scripts
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2024 MangoIV <contact@mangoiv.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
{pkgs ? import <nixpkgs> {}, ...}: rec {
|
||||
ethersync = pkgs.callPackage ./ethersync.nix {};
|
||||
ethersync-static = pkgs.pkgsStatic.callPackage ./ethersync.nix {};
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2024 MangoIV <contact@mangoiv.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
{
|
||||
rustPlatform,
|
||||
lib,
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2024 MangoIV <contact@mangoiv.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
{
|
||||
neovim,
|
||||
writeShellScriptBin,
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2024 MangoIV <contact@mangoiv.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
{vimUtils, ...}:
|
||||
vimUtils.buildVimPlugin {
|
||||
name = "ethersync";
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2024 MangoIV <contact@mangoiv.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
(final: prev: let
|
||||
packages = import ./default.nix {pkgs = final;};
|
||||
in {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2024 MangoIV <contact@mangoiv.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
{
|
||||
pkgs ? import <nixpkgs> {},
|
||||
lib ? pkgs.lib,
|
||||
|
||||
Reference in New Issue
Block a user