mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
nixops: fix Emacs syntax highlighting
This commit is contained in:
parent
5fcdd7c0dc
commit
dc5084b4d1
@ -29,7 +29,7 @@ pythonPackages.buildPythonPackage rec {
|
||||
docdir=$out/share/doc/nixops mandir=$out/share/man
|
||||
|
||||
mkdir -p $out/share/nix/nixops
|
||||
cp -av nix/* $out/share/nix/nixops
|
||||
cp -av "nix/"* $out/share/nix/nixops
|
||||
|
||||
# Add openssh to nixops' PATH. On some platforms, e.g. CentOS and RHEL
|
||||
# the version of openssh is causing errors when have big networks (40+)
|
||||
|
Loading…
Reference in New Issue
Block a user