Mango The Fourth

Results 83 issues of Mango The Fourth

- without any changes the firmware just stops building - this is not desirable, my expectation would be that without any changes the build works reproducible and creates the same...

### Steps to reproduce - create a file `A.hs` containing ```haskell module A where data A = B | C -- FIXME: bla" ``` - `$ nix shell "github:nixos/nixpkgs/e9545762b032559c27d8ec9141ed63ceca1aa1ac"#vim` -...

bug

`singletons-base_3_1` depends on `singletons-th_3_1` as specified in the cabal file but `hackage2nix` generates it so that it depends on `singletons-th` 3.0. Ideally it should look it up in the nixpkgs...

I was wondering what exactly cabal looks at to decide which packages to include when trying to build a packages dependencies. (In particular I'm trying to find out what configuration...

type: user-question
cabal-install: solver

I recently used [`pre-commit-hooks.nix`](https://github.com/cachix/pre-commit-hooks.nix) quite often which makes it really easy to ensure codequality in a flake. It provides very easy interface to code-quality tools like - statix - different...

- It would be nice to have a unified formatting tool for the flake that can be run in an easy and obvious way - example: ```nix outputs.formatter = let...

Hi, I have [a flake](https://github.com/MangoIV/accelerate-llvm/tree/mangoiv/nix-work) that uses the `stackProject'` function that, when trying to `nix develop .#ghc90`, errs with: ``` error: attribute 'name' missing at /nix/store/y0ms7njp08lwimby8wf6dbwv0m3ax4x7-source/lib/default.nix:136:37: 135| let 136| makePairs...

stack
preserved

- add a formatter that can be run with `nix fmt` - add more ghc versions to the output - remove overrides for non-existent `flake-utils` input - fix eventual breakage...

# Changes Hi, I have spent some time modernizing and revising the nix code (hopefully) without any breaking changes but with some awesome new additions: - the flake is now...

We should perhaps also check whether the `wasi` and `js` `devShell`s work in the CI. This is an idea on how this could look - introduce a build DAG that...