organist icon indicating copy to clipboard operation
organist copied to clipboard

Control all your tooling from a single console

Results 30 organist issues
Sort by recently updated
recently updated
newest added

Say I run a service called `tickle` that immediately prints an error but does not terminate. If I do so using `nix .#start-services start`, then all I see is: ```...

This commit allows the codeblocks to be actually copied and pasted

Often in haskell we want to define multiple shells, reflecting things like GHC versions and profiling. ``` nix develop .#ghc810 nix develop .#ghc96-profiling ``` Currently Organist doesn't support defining these...

Hi, Is there a straightforward way to export a nickel expression containing a list of my machines to a simple nix expression like you can with json, toml etc? It'd...

Say you have a flake output called `foo`, such that the following works: ``` $ nix build .#foo ``` I would expect `organist.import_nix ".#foo"`, say in a `project.ncl`, to evaluate...

Hi, I started looking into organist and am pretty new. Here's my very simple project.ncl atm: ``` let inputs = import "./nickel.lock.ncl" in let organist = inputs.organist in { shells...

Organist's rust shell uses the rust toolchain from nixpkgs, which is usually fine but lacks a few options. In particular, I often want to - use nightly, - add cross-compilation...

`HaskellStack` devshell depends on many paths which triggers this failure on macOS with sandbox: ``` trace: warning: Lockfile contents are outdated. Please run "nix run .#regenerate-lockfile" to update them. shell-env>...

In particular the size of the `nickel-res.json` derivation. [This gist](https://gist.github.com/BurNiinTRee/b80893813470f668ce477681c93a2c9c) contains code for the following dependency graph with variable depth, both created with native nix and organist. Evaluation of former...

bug
future