zackattackz
zackattackz
For my requirements, I need to be able to build a python interpreter with access to the specified pip requirements AND access to specific system packages. I've found that I...
To test, navigate to the `python-devShell-hello` directory and run `nix develop .#devShells.x86_64-linux.hello`. You will drop into a dev shell with python3.10 and pip package cryptography 41.0.5 available. I wanted to...
### Description Add an option to programs.autorandr's configModule to allow arbitrary extra config lines. No option exists for adding arbitrary key/values to generated autorandr profile config, as is common in...
This commit reverts the behavior of allowing volume removal by partial name in favor of requiring the exact name. It does this by favoring usage of `GetVolume` over `LookupVolume` In...
Before this commit, `rofication/_util.py:Resource` would call the command `/usr/bin/xrescat`. After this commit, only `xrespath` is called, which should use the user's $PATH to determine the location of `xrespath`. This change...
## Prerequisites - [x] Have you checked for an existing issue describing your idea? ## What is your proposal? It would be nice to have a variable in poudriere.conf such...
There is an issue I believe with the code for the home fuse mount service, specifically here: https://github.com/nix-community/impermanence/blob/0d09341beeaa2367bac5d718df1404bf2ce45e6f/home-manager.nix#L253 The issue is that if a user has an already existing mount...
Remove call to `Spark.Options.validate!/2` inside `Ash.Type.Union.union_types/1`. It is unnecessary and it causes an issue when attempting to define unions using NewTypes whose parents have `required: true` in their constraints. Add...
### Code of Conduct - [x] I agree to follow this project's Code of Conduct ### AI Policy - [x] I agree to follow this project's AI Policy, or I...
This is a WIP commit to add tar compression options to containers lib. Will need to be split into several commits across multiple repos. This is a proposed feature for...