aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authornotgne22020-09-29 15:10:06 -0700
committernotgne22020-09-29 15:10:06 -0700
commit8d21dd335e5259dadf832a5d1a7c72b9dd1f4400 (patch)
treebc73e231777d5e0f7f2efa8e9a760a34e95950d1 /flake.nix
parente3c55575ca6bfd0c9166c52b4aac76b3761bb313 (diff)
Add license information, reformat Nix files, clean up
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index acc3f18..d3d1817 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/>
+#
+# SPDX-License-Identifier: MPL-2.0
+
{
inputs = {
naersk.url = "github:nmattia/naersk/master";
@@ -10,8 +14,7 @@
let
pkgs = import nixpkgs { inherit system; };
naersk-lib = pkgs.callPackage naersk { };
- in
- {
+ in {
defaultPackage = naersk-lib.buildPackage ./.;
defaultApp = {