From 16de1a19507a5677721655bfd9da0e644aacfe5a Mon Sep 17 00:00:00 2001 From: Igor Ranieri Date: Sun, 5 Oct 2025 12:04:48 +0200 Subject: [PATCH] Use nix --- .envrc | 1 + shell.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .envrc diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..1d953f4 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +use nix diff --git a/shell.nix b/shell.nix index d0dd510..d67a849 100644 --- a/shell.nix +++ b/shell.nix @@ -11,7 +11,7 @@ pkgs.mkShell rec { packages = with pkgs; [ - haskell.packages.ghc9102.ghc + haskell.packages.ghc912.ghc zlib ] ++ map haskell.lib.justStaticExecutables [