Danylo Hlynskyi

Results 34 issues of Danylo Hlynskyi

Nox 0.0.5 ``` $ nox discord Warning: could not find a version indicator for /home/deployer/.nix-defexpr/channels_root 1 ddate-0.2.2 (nixos-16.09.ddate) Discordian version of the date program 2 ddate-0.2.2 (nixpkgs.ddate) Discordian version of...

Sadly, but maintainer (@jD91mZM2) passed away... https://www.redox-os.org/news/open-source-mental-health/ ![image](https://user-images.githubusercontent.com/743057/133895468-1c668d67-4de5-4b88-9d0a-cd090a3f42eb.png) Feel free to fork and takeover maintenance.

For me it works like this. ``` self: super: let nur = import /home/danbst/dev/NUR { nurpkgs = self; pkgs = self; }; in { nur = nur; } ``` I...

### What's missing? I'd like to reuse the kernel built by this flake in VS Code notebook viewer (as an alternative to JupyterLab). Would be great to have an example...

enhancement

when running using recommended flake one-liner, I get ``` $ nix run github:vlinkz/nix-editor error: attribute 'defaultApp.x86_64-linux' should have type 'derivation' ``` Does it work for you? `nix run github:vlinkz/nix-editor#nix-editor` runs...

I have a little postgresql state dir inside my project's dot files, and when PG is running, it does changes some files regularly ``` [2019-03-29T06:46:35Z DEBUG lorri::watch] Event path ("/home/danbst/dev/jobs/_build/pgdata/base/13393/2601")...

P2
documentation
user-facing

This is an excerpt from `train.json`: ``` { "question": "did abraham lincoln write the letter in saving private ryan", "title": "Bixby letter", "answer": true, "passage": "In the 1998 war film...

I have a simple deploy config: ``` { bugged_server = { config, pkgs, lib, nodes, ...}: { deployment.targetEnv = "virtualbox"; deployment.virtualbox.headless = true; virtualisation.virtualbox.host.enable = true; virtualisation.virtualbox.host.headless = true; };...

I'm doing deploy with NixOps, but because of misconfigured partition script, I'm continuously seeing errors like this: ``` hetznerIron> checking if tmpfs in rescue system is large enough... yes: 32085...

I want to remove deployment, but can't do that. ``` $ nixops destroy -d fleet warning: are you sure you want to destroy Hetzner machine ‘jolly.roger’? (y/N) y jolly.roger> rebooting...