add alvr and remove nix-alien

This commit is contained in:
2026-04-23 17:44:23 +02:00
parent 983f51b0f3
commit bf592c5e9d
2 changed files with 4 additions and 13 deletions

View File

@ -1,12 +0,0 @@
{ ... }:
let
nix-alien-pkgs = import (
builtins.fetchTarball "https://github.com/thiagokokada/nix-alien/tarball/master"
) { };
in
{
environment.systemPackages = with nix-alien-pkgs; [
nix-alien
];
}