mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
Document shell.nix / xmloscopy / make for the nixpkgs docs
This commit is contained in:
parent
7e25ff7106
commit
f67ea4a6d0
2 changed files with 24 additions and 4 deletions
4
doc/shell.nix
Normal file
4
doc/shell.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs ? import ../. {} }:
|
||||
(import ./default.nix).overrideAttrs (x: {
|
||||
buildInputs = x.buildInputs ++ [ pkgs.xmloscopy ];
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue