mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-02 23:21:04 +01:00
Add license header in each file
This commit is contained in:
parent
d59dd6d51e
commit
ac42d7e6bb
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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue