add alvr nixpkgs just to try and make alvr work....
This commit is contained in:
parent
650f817d5a
commit
48132065e1
3 changed files with 21 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
|
@ -95,6 +96,7 @@
|
|||
alvr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
package = inputs.alvr-nixpkgs.legacyPackages.${pkgs.stdenv.hostPlatform.system}.alvr;
|
||||
};
|
||||
nix-ld = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue