Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos/spice-webdavd: init #96325

Closed
wants to merge 2 commits into from
Closed

nixos/spice-webdavd: init #96325

wants to merge 2 commits into from

Conversation

kevincox
Copy link
Contributor

@kevincox kevincox commented Aug 26, 2020

Motivation for this change

Enable file sharing between a guest NixOS system and a host.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

spice-webdavd installed in the guest allows file sharing with the host.
@kevincox kevincox changed the title Kevincox phodav udev nixos/spice-webdavd: init Sep 1, 2020
@kevincox
Copy link
Contributor Author

/marvin opt-in
/status needs_reviewer

1 similar comment
@kevincox

This comment has been minimized.

@marvin-mk2 marvin-mk2 bot added the marvin label Jun 11, 2021
@marvin-mk2
Copy link

marvin-mk2 bot commented Jun 11, 2021

Hi! I'm an experimental bot. My goal is to guide this PR through its stages, hopefully ending with a merge. You can read up on the usage here.

1 similar comment
@marvin-mk2

This comment has been minimized.

@marvin-mk2 marvin-mk2 bot requested review from timokau and removed request for worldofpeace June 11, 2021 23:54
Comment on lines +24 to +30
outputs = [ "out" "dev" "lib" "udev" ];

# We need to do this pre-configure otherwise the data/ folder disappears.
preConfigurePhases = ["udevInstallPhase"];
udevInstallPhase = ''
install -vDt $udev/lib/udev/rules.d/ data/*-spice-webdavd.rules
'';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need an extra output for this tiny file. Just put it into $out.

@kevincox kevincox closed this Jun 15, 2021
@kevincox
Copy link
Contributor Author

It's been so long that I don't remember how I was testing this or whatever so I will just close it. It was working so anyone is welcome to pick it up.

@tpwrules tpwrules mentioned this pull request Aug 13, 2022
13 tasks
@Artturin Artturin deleted the kevincox-phodav-udev branch April 7, 2023 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants