diff options
author | notgne2 | 2020-09-29 15:10:06 -0700 |
---|---|---|
committer | notgne2 | 2020-09-29 15:10:06 -0700 |
commit | 8d21dd335e5259dadf832a5d1a7c72b9dd1f4400 (patch) | |
tree | bc73e231777d5e0f7f2efa8e9a760a34e95950d1 /examples/system/bare.nix | |
parent | e3c55575ca6bfd0c9166c52b4aac76b3761bb313 (diff) |
Add license information, reformat Nix files, clean up
Diffstat (limited to 'examples/system/bare.nix')
-rw-r--r-- | examples/system/bare.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/system/bare.nix b/examples/system/bare.nix index 282080f..46ba3b2 100644 --- a/examples/system/bare.nix +++ b/examples/system/bare.nix @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> +# +# SPDX-License-Identifier: MPL-2.0 + { imports = [ ./common.nix ]; |