-
I was taking a look at https://github.com/dslm4515/CMLFS/tree/bsd-userland and thought that it would be interesting to also have [Heirloom NG](https://github.com/Projeto-Pindorama/heirloom-ng) as an a…
-
Given:
* Mac OS 10.15
* coreutils 9.0 (installed via HomeBrew)
* testinfra 6.0.0
When using File module methods/properties such as `host.file("/path/to/file").user`, testinfra fails with the fol…
-
Package manager integration is added along with v0.5.15. However, not all package managers are supported yet.
- Some package managers allow searching for a package containing an executable. In this…
iffse updated
4 hours ago
-
## Describe the bug
Ive encountered a weird issue with systemd-run0 after todays unstable update
it authenticated successfully, but fails afterwards for an unknown reason
```
# journal
Dez …
-
### Related problem
Following on the momentum of moving the `uu_cp` crate/command into nushell, we'd like to add the `uu_rm` crate/command too, as `urm` for now. We can use this issue to discuss para…
-
### Description / Steps to reproduce the issue
try building esp32s3-devkit:knsh on macOS.
it uses kconfig-merge, which internally uses `cp -T`, which is not available for non-gnu cp.
https://bitb…
-
### Checklist
- [X] I added a descriptive title.
- [X] I searched through [existing issues](https://github.com/ContinuumIO/anaconda-issues/issues) and couldn't find a solution or duplicate issue.
- […
-
I tried running `cargo test --features unix --release` on my desktop and laptop and had failures on my desktop only. These installs are both exactly the same, but my desktop runs on btrfs and my lapto…
-
(and I'm feeling fine).
I bisected across 16k commits of nixpkgs on a nix store on an nfs drive, where evaluating the sample flake I had at hand took 3+ minutes. Please clap.
This is the flake I…
-
### Description
I'm trying to use runsc to run a software bundle built by guix pack. While it works if i use `/bin/sleep 100` as the command, runsc fails immediately if i use `/bin/bash -c "sleep 100…