Dom Rodriguez
Dom Rodriguez
Hi all! As mentioned briefly in #100, and discussed over Discord with Marvin, this PR is a overhaul I'm working on of `wemod-launcher`. Testing is welcome once I get to...
I can't build Proxmox LXC images at the moment. ([config](https://github.com/shymega/nixfigs/blob/experimental/nixos-generators/nix/generators.nix)) It looks like an upstream Nixpkgs issue, but I'm opening an issue here for reference. I will do some digging......
### Description I'm on NixOS 24.05 (plus HM 24.05), and I was wondering if it would be possible to allow the usage of `backupFileExtension` for Home Manager configurations using `lib.homeManagerConfiguration`....
Hi, I'm creating a Nix Flake for the Rust toolchains for the ESP32. Whilst `rustc` is working, I get quite a lot of low-level errors when building a simple example...
Hi! I'm working on a Rust Steam Play [tool](https://github.com/DeckCheatz/DeckCheatz/tree/test/wincompatlib), and I'm trying to wrap `devenv shell` in an FHS environment, for Proton. It doesn't run otherwise. I've tried using `pkgs`...
This PR introduces a Nix flake, allowing for InfiniSim to be built as a Flake, including a FHS development environment. We also introduce `flake-compat`, allowing for non-Flake Nix mahcines to...
### op CLI version 2.29.0, but this is related to the Nix Flake. Nix Flake revision: d36189bf486ff2c4d9275c9ce29ec1aa92eaa4a7. ### Goal or desired behavior Enabling the Nix `home-manager` module, without any warnings...
### op CLI version 2.29.0, but this is related to the Nix Flake. Nix Flake revision: d36189bf486ff2c4d9275c9ce29ec1aa92eaa4a7. ### Goal or desired behavior Enabling the Nix module. ### Current behavior Currently,...
To follow-up from our Matrix chat: Currently, `neverest` stores state/locks in two places: `$XDG_CACHE_HOME/pimalaya` and `$XDG_RUNTIME_DIR/pimalaya`. The former is the one I'd like to see changed to `$XDG_STATE_HOME/pimalaya`, as storing...
The Flake is misleading. Packages should be `system`-specific, and not expose attrs of more `system`s. Below is a screenshot. I would propose `arm64-linux` and `x86_64-windows` to be moved up a...