From c45c7b55fd52eaf9e4c14bc21e10509ee2d2a5d7 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Wed, 14 Dec 2022 15:28:39 +0100 Subject: [PATCH] no more nix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 447cf1c..ff1585a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ MMCFLAGS := --infer-all --no-inform-inferred --warn-unused-imports \ all: aoc aoc: $(wildcard *.m) - nix shell nixpkgs#mercury -c mmc $(MMCFLAGS) --make aoc + mmc $(MMCFLAGS) --make aoc clean: rm -rf Mercury