mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #2333] [MERGED] Add nix-shell to allow native build on NixOS #2660
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2660
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/2333
Author: @shokerplz
Created: 2/2/2025
Status: ✅ Merged
Merged: 2/7/2025
Merged by: @georgemoralis
Base:
main← Head:feat/add_nix_shell📝 Commits (5)
a9ba9beAdd nix-shell to allow native build on NixOSfb6541dRemove unnecessary README for nix. Move major comment to shell.nixfee783cUpdate path in building-linux.md4691b80Use cached nix packages from unstable channel51866b9Add proper license to nix shell📊 Changes
2 files changed (+77 additions, -1 deletions)
View changed files
📝
documents/building-linux.md(+7 -1)➕
shell.nix(+70 -0)📄 Description
This PR adds nix-shell that will allow to build shadPS4 on nixos natively. While we can use distrobox, native approach is much better since it allows us to run it on nix-machines without the need to install docker and it allows to reproduce builds without worrying about different versions of dependencies.
Tested on x86_64
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.