This website requires JavaScript.
Explore
Help
Sign in
movefasta
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2025-06-10 03:23:29 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
2f097cae61
nixpkgs
/
doc
/
shell.nix
8 lines
99 B
Nix
Raw
Normal View
History
Unescape
Escape
nixpkgs/NixOS manuals: devmode feature Co-authored-by: Alejandro Sanchez Medina <alejandrosanchzmedina@gmail.com>
2023-07-12 18:50:47 +07:00
let
pkgs
=
import
../.
{
web-devmode: call as package
2024-07-26 10:44:13 -07:00
config
=
{
}
;
overlays
=
[
]
;
nixpkgs/NixOS manuals: devmode feature Co-authored-by: Alejandro Sanchez Medina <alejandrosanchzmedina@gmail.com>
2023-07-12 18:50:47 +07:00
}
;
in
nixpkgs-manual: move shell to package
2024-07-26 11:47:32 -07:00
pkgs
.
nixpkgs-manual
.
shell
Reference in a new issue
Copy permalink