1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

5 commits

Author SHA1 Message Date
Silvan Mosberger a3060fd54b
shell.nix: Enable e.g. --arg nixpkgs ./. (#330823) 2024-08-29 22:42:20 +02:00
Robert Hensing b07c441987 shell.nix: Enable e.g. --arg nixpkgs ./.
This allows shell.nix to be run with the latest tools instead of
the pinned ones when desired, which is probably not very often,
but useful nonetheless.
2024-07-29 10:33:55 +02:00
Sefa Eyeoglu f696c96028
root: add nixpkgs-review to shell.nix
nixpkgs-review is endorsed in CONTRIBUTING.md, as well as in the default
PR description template. It would be very useful to include this utility
in our shell.nix.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-07-13 16:04:07 +02:00
Sefa Eyeoglu b80884dcae
root: format shell.nix
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-07-13 16:03:49 +02:00
Silvan Mosberger a70ab58960 root: shell.nix for nixfmt
This uses the reusable pinned Nixpkgs from the parent commit to create a
shell.nix file for an environment with a pinned nixfmt version.
2024-06-26 16:16:44 +02:00