Atemu

Results 150 issues of Atemu

I sometimes have the case where I approve a PR but would like to wait for CI checks to be green before actually merging. What happens then is that I...

Currently, a merge bot merge cannot be directly attributed to any real person. You could go into the PR and look for the last comment before the merge that invoked...

I'm currently refactoring my nixos-config a bit and wanted to make use of the fact that I now have a proper deployment tool (it's really nice, thank you!) to run...

When running `colmena build --on A,B` on machine A in order to sanity check the current config, Colmena fails to build because machine A is a desktop machine that I...

I just attempted to work around https://github.com/zhaofengli/colmena/issues/206 by allowing local SSH but apparently a build requires privilege escalation: ``` $ colmena build --on HEPHAISTOS,SOTERIA --verbose [INFO ] Using configuration: /Users/atemu/Projects/nixfiles/nixos-config/hive.nix...

When I deploy remotely, that machine will not have access to the Nixpkgs I used for eval. This has some upsides as it means that the entire ~250MiB Nixpkgs checkout...

This happened during a remote store + remote build (`--store ssh-ng://machine` where the store machine has remote builders configured). ``` ┃ │ │ ┌─ ↓ ⏵ ncompress-5.0 from [1] ⏱...

bug

nom currently passes through all build output to the terminal which can cause flickering and slowdowns (https://github.com/maralorn/nix-output-monitor/issues/24, https://github.com/maralorn/nix-output-monitor/issues/95). In such cases, it'd be useful to have an optional buffered mode...

enhancement
configuration

**Describe the bug** A clear and concise description of what the bug is. Nix builds ignore the `nix-daemon`'s TMPDIR environment variable when run as root. **Steps To Reproduce** 1. `TMPDIR=/var/tmp...

bug

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Sometimes you need to...

enhancement