Add proper license to nix shell

This commit is contained in:
Ivan Kovalev 2025-02-07 17:17:47 +01:00
parent 4691b804bd
commit 51866b9526

View File

@ -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 {