From 1137c4d8a582e0e4a91b0cc8746a6fd9d08467f7 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 19 Feb 2023 12:30:53 +0100 Subject: flakes --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3d06eeb..ae5c779 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,17 @@ challenge dev setup Get a shell: -``` -$ nix develop +```bash +; nix develop + +# enable flakes if you haven't: +; nix --experimental-features 'nix-command flakes' develop ``` Exec solve script: -``` -$ python3 solve.py +```bash +; python3 solve.py ``` --- -- cgit 1.4.1