This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-11-23 15:33:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fe954cfbd0
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 11:50:47 +00:00
let
pkgs
=
import
../.
{
web-devmode: call as package
2024-07-26 17:44:13 +00:00
config
=
{
}
;
overlays
=
[
]
;
nixpkgs/NixOS manuals: devmode feature Co-authored-by: Alejandro Sanchez Medina <alejandrosanchzmedina@gmail.com>
2023-07-12 11:50:47 +00:00
}
;
in
nixpkgs-manual: move shell to package
2024-07-26 18:47:32 +00:00
pkgs
.
nixpkgs-manual
.
shell
Reference in New Issue
Copy Permalink