From ff0885cb0a0c2820c19e4ed5e0edaece6d861785 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 16 Dec 2025 00:44:38 +0100 Subject: [PATCH] nope, that didn't work either --- flake.lock | 6 +++--- hosts/lambdaos/configuration.nix | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 8b8abe0..c8a8d40 100644 --- a/flake.lock +++ b/flake.lock @@ -45,11 +45,11 @@ }, "alvr-nixpkgs": { "locked": { - "lastModified": 1765837179, - "narHash": "sha256-pGPUAAFsQktrdPqaYKjEjpXP7Jcd5HIbF2ecUTmVZoI=", + "lastModified": 1765840429, + "narHash": "sha256-OV/iFdwGWlEJd7kO3YmDa0Co413SiqEHTLMnhlNNJJo=", "owner": "itepastra", "repo": "nixpkgs", - "rev": "96726c5e4a8b108fa912f8d1148ff947877b14cc", + "rev": "485513cf380aff6bab5f5991e03d467fd4de5313", "type": "github" }, "original": { diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index c9f031a..b8928d0 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -96,7 +96,6 @@ alvr = { enable = true; openFirewall = true; - package = inputs.alvr-nixpkgs.legacyPackages.${pkgs.stdenv.hostPlatform.system}.alvr; }; nix-ld = { enable = true;