From 51866b9526a58c478df81bbd32cb57f5d9e29cc5 Mon Sep 17 00:00:00 2001 From: Ivan Kovalev Date: Fri, 7 Feb 2025 17:17:47 +0100 Subject: [PATCH] Add proper license to nix shell --- shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell.nix b/shell.nix index 66d61169e..cc9cc1f82 100644 --- a/shell.nix +++ b/shell.nix @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2024 shadPS4 Emulator Project +# SPDX-License-Identifier: GPL-2.0-or-later + with import (fetchTarball "https://github.com/nixos/nixpkgs/archive/cfd19cdc54680956dc1816ac577abba6b58b901c.tar.gz") { }; pkgs.mkShell {