adisbladis

Results 22 issues of adisbladis

# What's new [Nix](https://nixos.org/) is distro & language agnostic package manager that can also be seen as a meta build system. This can be used to build on any Linux...

build system

# What's new I want to build my Flipper firmware inside the [Nix](https://nixos.org/) build sandbox. In this case the .git directory has been discarded by Nix for reproducibility reasons which...

build system

SSH is not the only way to connect to machines. I for one am using NixOps to deploy to my local machine and would like to be able to do...

It would be very helpful if we copied the current nixpkgs `${pkgs.path}` to the remote so `nix-shell` & friends actually pull updated packages.

It was fixed in 3fee71ceefac71ba55eb34829d7e94bb3df37cee but that release is not yet on Melpa stable. Could you tag a new release?

I want to use hivemind in my CI pipelines as a testing tool which aggregates output nicely. Closes #27.

We build from source as a first priority, meaning that most of our overrides are created only with source builds in mind. Some overrides break when they are installed as...

We should match older python versions, not just the current one. See the priority list in PEP425: https://www.python.org/dev/peps/pep-0425/#id1. In particular this was a problem with `cryptography` after https://github.com/pyca/cryptography/issues/5771 where the...

This adds a `pkg/build` package that implements building derivations. It defines an interface for builds in general and implements a Linux builder using OCI for sandboxing. TODO: - [ ]...

Hi! Thanks for all this great work. I'd like to move this repo over to https://github.com/nix-community/ to broaden the set of maintainers able to work on this package set. I...