Daniel Kahlenberg
Daniel Kahlenberg
### Current Behavior jupyenv when started fails with >OSError: [Errno 99] Cannot assign requested address ### Expected Behavior Address getting assigned and logged ### Steps To Reproduce 1. flakes enabled...
Related to #366 ```nix let emacs = inputs.emacs-overlay.packages.${system}.emacs-unstable-nox; pack = allMelpaPackages: with allMelpaPackages; [ mistty ]; in { programs.emacs = { enable = true; package = emacs; extraPackages = epkgs:...
```nix {...}:{ overlays = [ (final: prev: { somemore = prev.lib.composeManyExtensions [ inputs.emacs-overlay.overlays.default ] final prev; my-emacs = final.somemore.emacsWithPackagesFromUsePackage { config = "${rootPath}/home/misc/emacs.el"; alwaysEnsure = true; defaultInitFile = final.substituteAll {...
How else can I generate the gradle-env.json ? Doing a basic `nix run .# -- --help` fails with certain `error: hash mismatch in fixed-output derivation` latter which `sha256` mismatches I...
https://github.com/technomancy/leiningen/blob/aba4502f59e30fd1e63c0530d8fc369683ae6c80/bin/lein.ps1#L43 > Exception calling "IsBypassed" with "1" argument(s): "Operation is not supported on this platform." At C:\Users\me\Downloads\lein.ps1:43 char:8 \+ if(!([Net.WebRequest]::DefaultWebProxy.IsBypassed('https://github ... \+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException...
I would love to adapt this starting with ghc-8.6.5 to build static binaries targetting aarch64-linux. The build machine still x86_64 though. Don't know where to start though. Do you have...
```console nix --extra-experimental-features nix-command --extra-experimental-features flakes shell nixpkgs#iputils -c ping google.com -c4 ``` errors >ping: setuid: Function not implemented
On different occasions got this exact file permission error when running garbage control commands: >10947 store paths deleted, 17178.82 MiB freed error: getting status of '/nix/store/sf5plsnxln8kv97l6n3vjq222v5qmy0k-glibc-2.34-210/libexec/getconf/POSIX_V6_LP64_OFF64': Operation not permitted
When starting via `screen -S phone` I am getting >Setuid/gid: Function not implemented >[screen is terminating] EDIT: To motivate my question further I find that tmux on the other end...
``` lein update-in :dependencies conj '[org.jetbrains.kotlinx/ki-shell "0.3.2"]' -- repl ``` just gives me a clojure repl. What are the steps to start the kotlin shell inside this session ? Something...