Commit Graph

12 Commits

Author SHA1 Message Date
Tobias Berger a691a3f1d1
Add pre-commit to nix flake (#3417) 2025-04-09 20:20:46 +00:00
Tobias Berger 35da44f00e Add libicu to shell.nix (#35540)
Add libicu to Nix shell

I'm not sure if it's just me but without this, the C# debugger in VSCode
simply does not work
2025-03-01 14:43:38 +00:00
Tobias Berger 1c689876cf Update nix flake for .NET 9 (#34480) 2025-01-28 04:31:26 +00:00
stellar-novas 0454ae70f5 Remove glibc from devshell (#28842) 2024-08-30 05:35:45 +01:00
Ioannis Eleftheriou 4e7dc01c24
Bump nixpkgs rev (#25361)
* Bump nixpkgs revision

* Update nix-direnv

* Remove extra nix functionalities

Both nix-direnv and legacy command nix-shell fail. Reverting to
flakes-only commands.

* Pin nixpkgs per suggestion

See https://github.com/space-wizards/space-station-14/pull/25361#discussion_r1494196038

* Revert nix-direnv removal

* Add python3 to shell.nix

(cherry picked from commit 16d18abdcfe988e580a9bce3c627066a0aa7409a)
2024-02-21 03:56:47 +01:00
Ioannis Eleftheriou b1cb16480f
Bump nixpkgs input (#24572)
(cherry picked from commit 0cbdbd2fa5e39ef80e176d37a39c86291af3eaff)
2024-01-28 00:28:05 +01:00
Ioannis Eleftheriou 4caa41f63e
Provide non-flake hermetic shell by pinning nixpkgs (#23368)
Provide non-flake solution by pinning in shell.nix

Invoking `nix-shell` makes shell.nix not consume the flake. Importing
`<nixpkgs>` is dependent on the user's current nixpkgs channel. This is not
reproducible.

Fix this by pinning nixpkgs to the same revision of the flake input.

(cherry picked from commit 2629a8d92c7b22dfe4c860cba4fa9806c4e7ee02)
2024-01-26 21:49:59 +01:00
yathxyz b3581ebf75 Fix nix devShell (#22663) 2023-12-22 22:50:45 +01:00
Vera Aguilera Puerto 89fc46a42d
Add required dependencies for CEF to Nix shell (#17961) 2023-07-11 17:29:54 +02:00
Vera Aguilera Puerto f24c5331bc
Update nixpkgs to 23.05, improve direnv integration and flake devShell (#17217) 2023-06-08 21:25:04 +02:00
Vera Aguilera Puerto 9b955c0564
Specify shell.nix dependencies using "packages", not "inputsFrom" (#16514) 2023-05-16 21:41:14 +02:00
Vera Aguilera Puerto e94d36f51a
Add nix flake with development environment shell and direnv. (#16047)
Use with nix-direnv, `nix-shell` or `nix develop`.
2023-05-09 17:28:12 +02:00