michaelCTS
michaelCTS
Well, I tried adding tests, but for some reason this fails ```nix { lib, pkgs, ... }: with lib; { config = { workarounds.nixgl.packages = with pkgs; [{ pkg =...
@rycee I addressed your comments and applied the changes. Additionally, I added the wrapper to `config.lib.nixGl.wrap` like @Smona. That should resolves your problem @joefiorini ```nix programs.kitty = { enable =...
Closed in favor of #5355
Thanks for the review @rycee . For now, I made only minimal changes after recovering @MaeIsBad's PR. There might be bigger changes coming tomorrow (I get to work on this...
@rycee I pushed some changes for mac and introduced `oci-containers` [just like nixpkgs](https://github.com/NixOS/nixpkgs/blob/nixos-23.05/nixos/modules/virtualisation/oci-containers.nix) which K900 on matrix pointed me to. ATM, the mac changes can't be fully tested as they...
Alright, I was dumb and hadn't pulled master in a year. Rebased the branch and the `infinite recursion` problem went away + was able to build docs again. What's left...
Thanks @MaeIsBad . I don't use flakes, so had to find another way. Turned out it was ```sh cd $proj nix-shell -A install home-manager -I home-manager=$proj switch ``` The PR...
Thanks for the review @rycee and happy new year! If it's not an issue, I'll move the python code out to a repo I own and later try to get...
Alright, I moved out podmactl to https://github.com/michaelCTS/podmactl . After multiple tests, it seems quite functional on mac m1. This should be ready to merge now :slightly_smiling_face:
I'm pretty sure I copied the podman systemd unit from nixos, but that was months ago. I'll have to apply the changes you proposed. As for `newuidmap`, it must've worked...