Daniel Kahlenberg
Daniel Kahlenberg
With the shell.nix [used here](https://github.com/tweag/jupyterWith/issues/124#issuecomment-694133018) I would like to disable certain or all tests for a specific python package. Trying ```nix let jupyterWithPath = builtins.fetchGit { url = https://github.com/GTrunSec/jupyterWith; rev...
## Issue description Running `nix-build Cargo.nix -A hello` following the "User's Guide to the Rust Infrastructure" in Nix Manual fails regarding pkg-config (https://gist.github.com/573/bfed92ee79c7658708557618c93f3786#file-logfile-L91) although "missing library" is installed (https://gist.github.com/573/bfed92ee79c7658708557618c93f3786#file-logfile-L115). ###...
Is there a possibility to build the Console-Version on aarch64-linux via nix ?
The documentation is already excellent. We could make it even more consistent by having runnable examples (i. e. running the created jupyter notebook using mybinder) with feedback to signal i....
Had the probably stupid idea to change the [`expr`](https://github.com/matthewbauer/nix-bundle/blame/8e396533ef8f3e8a769037476824d668409b4a74/nix-bundle.sh#L48) to: ```sh expr="with import { system=\"aarch64-linux\"; }; with import $nix_file {}; $bootstrap { target = $target; extraTargets = [ $extraTargets ];...
Building using [test.sh](https://github.com/matthewbauer/nix-bundle/blob/33b7756441ba0cc9ae32c7c56c03e4fb528a5871/test.sh) modified to (`export NIX_PATH=channel:nixos-unstable`) use nixos-unstable on WSL (1) runs into [ghc issue 17918](https://gitlab.haskell.org/ghc/ghc/-/issues/17918): >@nix { "action": "setPhase", "phase": "setupCompilerEnvironmentPhase" } setupCompilerEnvironmentPhase Build with /nix/store/cs1hv1111as1y806xaiazm6va94xhf0i-ghc-8.10.4. ghc-pkg: Couldn't...
Pls reopen, does not work anymore, see https://github.com/573/nix-config-1/commit/a91916a48ba26fa555fd452947bc775d76548033, same error as OP. _Originally posted by @573 in https://github.com/nix-community/neovim-nightly-overlay/issues/99#issuecomment-1221617932_
Steps to reproduce: git clone https://github.com/abingham/jupyter-elm-kernel copy [default.nix](https://gist.githubusercontent.com/573/468129b655c05bf532af10ffa85651cf/raw/2a83c4d5602d9f37d273d7be3b2a1d0a72ae5f0c/default.nix) and [requirements.txt](https://gist.githubusercontent.com/573/468129b655c05bf532af10ffa85651cf/raw/2a83c4d5602d9f37d273d7be3b2a1d0a72ae5f0c/requirements.txt) there In a nix-enabled shell run: > nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-18.03.tar.gz I had to use nixos-18.03 to overcome the requirement to...
The log of a nonetheless succeeding vpnkit running is flooded by messages of the likes of: >time="2022-09-14T09:48:12+02:00" level=error msg="Can't proxy a datagram to udp: write udp 192.168.X.X:port->192.168.XX.255:port: wsasend: Ein ungültiges...
### What's missing? Just an example https://github.com/SpencerPark/IJava ### Possible solution _No response_ ### Alternatives _No response_ ### Additional context _No response_