Skip to content

Commit

Permalink
Add comment to flake.nix
Browse files Browse the repository at this point in the history
Add a comment to the flake file explaining intention and current
limitations of this flake file.
  • Loading branch information
gilligan committed Jun 8, 2021
1 parent d21ed48 commit d1e2984
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion flake.nix
@@ -1,5 +1,16 @@
# NOTE: This flake is only provided as interface to `bitte` and shouldn't be used otherwise
#
# - Until https://github.com/input-output-hk/haskell.nix/issues/1132 is resolved the
# outputs generated by this flake will differ from the respective outputs built via
# default.nix because the hackage/stackage.nix revisions differ.
# - The revisions the nixpkgs and haskell-nix flake inputs have to be kept in sync with
# the niv versions manually. When haskell.nix is updated in niv things will break.
# - Occasionally building flake builds will segfault. The workaround for this is to
# disable the garbage collector `GC_DONT_GC=1 nix build .#web-ghc-server
#
# In case you are not sure if you should be using this flake, the answer is: No.
{
description = "Flake for Plutus";
description = "plutus flake for bitte deployments";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?rev=7d71001b796340b219d1bfa8552c81995017544a";
Expand Down

0 comments on commit d1e2984

Please sign in to comment.