Daniel Kahlenberg

Results 51 comments of Daniel Kahlenberg

Basically following [this guide](https://nixos.wiki/wiki/NixOS_Installation_Guide/multibootusb) with the above config worked. If the isos live on a non-linux partition type i. e. fat32 (i. e. you wanted to reuse the partition for...

@tmplt I can confirm that I was now able to boot a nixos iso using multibootusb by doing the as follows but let me first state my assumptions: the stick...

@mibori sorry for answering that late. Sure, you go https://github.com/aguslr/multibootusb/issues/63#issuecomment-525174823.

Hello @lspitzner, I just tried to build exference in a nix-shell using ghc-7.10.3 and it didn't work out for me. The attempt in a gist [is here](https://gist.github.com/573/9d2a9c7e903caf6b3de7b73820cf2d38). Probably it is...

With ``` # default.nix { stdenv, fetchFromGitHub, buildGoModule, go, go-bindata, go-bindata-assetfs }: buildGoModule rec { pname = "elsa"; version = "master"; revision = "0375d76d2c802b497cec44e5069920643287cc98"; goPackagePath = "github.com/elsaland/elsa"; nativeBuildInputs = [...

@littledivy is it related to the *` 2020/09/30 08:37:51 Command finished with error: exit status 1`* line maybe ? EDIT: I added a find command to have assets.go's location printed...

@littledivy when I add `find . -path '*target' -print` to the build clauses as in the [edited comment](https://github.com/elsaland/elsa/issues/47#issuecomment-701264721) above, I get: >these derivations will be built: /nix/store/2bdw9cjkb89r51bkwqdanc9zzvngqlcp-elsa-master.drv building '/nix/store/2bdw9cjkb89r51bkwqdanc9zzvngqlcp-elsa-master.drv'... unpacking...

Rough estimate https://github.com/numtide/devshell/issues/172#issuecomment-1094675420

Regarding 1. `nix shell github:davhau/mach-nix#gen.python.requests` works for me on flakes-enabled nix, maybe your copy of mach-nix needs an update

Regarding 2. see https://github.com/DavHau/mach-nix/blob/d7f6081/flake.nix#L52 ff.