CardanoSolutions / ogmios

❇️ A WebSocket JSON/RPC bridge for Cardano
https://ogmios.dev
Mozilla Public License 2.0
304 stars 90 forks source link

Flake doesn't evaluate #142

Closed L-as closed 2 years ago

L-as commented 2 years ago

What Git revision are you using?

0acf18ea5c1c3bcb0a8aa93cefff3f831ff60981

What operating system are you using, and which version?

Describe what the problem is?

$ nix build
warning: not writing modified lock file of flake 'git+file:///work/ogmios':
• Updated input 'customConfig':
    'path:./custom-config?narHash=sha256-NdBgwn6xJOM5j+T4ViTq+7FToInEbzvKcdOBpjQvILw='
  → 'path:./nix/custom-config?narHash=sha256-4wRvnnVtCrHE0puR4+%2f+qp4DoUboPuCbCe7GmWOGASA='
• Updated input 'nixpkgs':
    follows 'haskellNix/nixpkgs-2105'
  → follows 'haskellNix/nixpkgs-unstable'
error: 'outputs' at /nix/store/bpxvkyqnxf2k4m9srmdgglxqn7g79d8n-source/flake.nix:56:13 called without required argument 'flake-utils'

What should be the expected behavior?

It should build something.

KtorZ commented 2 years ago

Fixed with #148