add looking-glass package with client formulae

This commit is contained in:
2026-06-09 13:11:42 -04:00
parent 39aa764c81
commit e6443cd9d2
3 changed files with 69 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-26.05";
pkgs = import nixpkgs { config = {}; overlays = []; };
in
{
client = pkgs.callPackage ./client.nix { };
}