mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Add license header in each file
This commit is contained in:
parent
e118a5b05c
commit
31fb388f8a
14 changed files with 42 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
|
||||
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
||||
|
||||
{ arch }:
|
||||
|
||||
assert builtins.elem arch [ "aarch64" "i686" ];
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
|
||||
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
||||
|
||||
{ fetchFromGitHub, arch }:
|
||||
|
||||
let
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
|
||||
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
||||
|
||||
{ arch, buildPkgs, bootstrap }:
|
||||
|
||||
buildPkgs.runCommand "bootstrap-zip" { } ''
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
|
||||
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
||||
|
||||
{ buildPkgs, files, nixDirectory, proot }:
|
||||
|
||||
let
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
|
||||
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
||||
|
||||
{ arch, buildPkgs, crossPkgs, crossStaticPkgs } @ args:
|
||||
|
||||
let
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
|
||||
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
||||
|
||||
{ buildPkgs, nixDirectory }:
|
||||
|
||||
let
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
|
||||
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
||||
|
||||
{ instDir, packageInfo, writeScript }:
|
||||
|
||||
writeScript "login-inner" ''
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
|
||||
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
||||
|
||||
{ instDir, writeScript }:
|
||||
|
||||
writeScript "login" ''
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
|
||||
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
||||
|
||||
{ instDir, packageInfo, writeScript }:
|
||||
|
||||
writeScript "nix-on-droid-install" ''
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
|
||||
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
||||
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
|
||||
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
||||
|
||||
{ arch, buildPkgs, qemuAarch64Static }:
|
||||
|
||||
let
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
|
||||
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
||||
|
||||
{ buildPkgs, crossStaticPkgs, talloc }:
|
||||
|
||||
crossStaticPkgs.stdenv.mkDerivation rec {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
|
||||
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
||||
|
||||
{ buildPkgs }:
|
||||
|
||||
buildPkgs.stdenv.mkDerivation {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
|
||||
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
||||
|
||||
{ buildPkgs, crossPkgs }:
|
||||
|
||||
crossPkgs.stdenv.mkDerivation rec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue