Domen Kožar
Domen Kožar
``` $ nix store ping --json {"trusted":0,"url":"daemon","version":"2.15.0"} ``` Run this before deployments to make sure we can substitute ... and suggest what to do.
Currently, when creating a Pin in our codebase, the --keep-days and --keep-revisions options are treated as separate and summed up. This change will enhance flexibility and provide users with better...
It doesn't make sense to activate a profile if the exact same version is already running.
Retrying in 1 seconds due to an exception: WebsocketPongTimeout, same goes for ParseException.
Steps to reproduce: 1. Create a monitor 2. Rename it 3. Notice the old instance is not deleted
Please enable live preview to see if it works now.
Something like: ```nix { git.hooks.pre-commit.shellcheck.enable = true; git.hooks.push.shellcheck.enable = true; } ``` cc @roberth
In the shell code, if the user removed all hooks, uninstall the hook.
It would be really nice to have a QuasiQuoter that compiles the SQL and outputs a ByteString.