Andreas Rammhold

Results 26 issues of Andreas Rammhold

I commonly invoke `niv` commands somewhere in my project dir. Those fail due to niv not finding the `nix/sources.json` as seen below. ```bash project/someDir $ niv update Updating all packages...

In some situations, even thought you have proper start-up ordering, DNS might briefly be unavailable when the lego units are started. This is especially critical as systemd doesn't enforce ordering...

contrib/waiting-for-feedback

Just started playing around with the current master branch of NixOps and ran into the following: ``` $ rm -rf ~/.nixops/ $ nixops info Traceback (most recent call last): File...

**Describe the bug** When using `builtins.fetchGit` like below, Nix used to warn that the refname might be ambiguous but still did the right thing. With Nix 2.4 the warning is...

bug
regression
fetching

I tried to use the `network.nixConfig` option to push all the paths that had been build into a binary cache using the `post-build-hook` feature of Nix. During runtime I get...

It is probably a good place to have a discussion about this kind of feature here. I'd like to be able to hook into the deployment of my nodes with...

When building nimlsp in a sandbox (before installing it on a system) the temporary directory might be different. In my case I was building nimlsp with Nix which caused nimlsp...

It would be nice if uptermd would accept systemd sockets during process startup. This allows (among other things) running uptermd on priviledged ports (e.g. 22) without providing it extended priviledges....

On my Git host I've all the repositories in "bare" format. They have been created using `git init --bare $name` and thus do not have a `.git` folder within them....

@nbp: as discussed during FOSDEM here is the issue I tried to describe. This issue occurs with all PRs that I am testing while the mozilla overlay exists in `.config/nixpkgs/overlays/nixpkgs-mozilla`....