Commit Graph

4 Commits

Author SHA1 Message Date
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 f24c5331bc
Update nixpkgs to 23.05, improve direnv integration and flake devShell (#17217) 2023-06-08 21:25:04 +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