Bob van der Linden

Results 46 comments of Bob van der Linden

Yes, a stack overflow exception is possible at the moment. I'm not sure how deep the directory structure will get to hit that limitation though. It might not be a...

I ran into this problem just today: ``` $ NIX_PATH="nixpkgs=https://github.com/nixos/nixpkgs/archive/release-18.03.tar.gz" result/bin/nix-bundle curl /bin/curl $ ./curl ./curl: line 6: hexdump: command not found ```

I also ran into this issue when trying to install cachix using `nix profile install github:cachix/cachix/latest`. It was at one point attempting to download > 1GB, while also building packages....

Yes, on IRC it was suggested to add a git submodule in the repo where my nixops configuration resides. It indeed seems like an alright solution. My main concern is...

The previously mentioned option `nix.nixPath = [ ... ]` does not work as intended. It does not seem to be used while building the machine configuration. (does not seem to...

@eqyiel That's a fine solution when working by myself. I'm more interested in a documented/standard/recommended workflow that can work for teams as well. When I'm showing people nixops it doesn't...

Yes, I absolutely agree nix-channel is confusing. It might also be the root of this issue. From what I understand nix-channel will be deprecated sooner or later (probably later ;))....

I don't know how nixops itself could affect nixos-rebuild. I can imagine doing a nix-channel update, because you want to do an update through nixops, will also affect the next...

I'm trying to package mkchromecast for NixOS. It would be really helpful to have a release, so that the package can have a proper version number. Creating a tag from...

@Shou Haha, that's quite a coincidence. Quite a nice package. I've closed mine for yours. Cherry on top would indeed be a new version.