From 475313e3d63cf20edba90585937a3c00c264b5bc Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sat, 18 Jan 2025 21:48:23 +0000 Subject: [PATCH] docs: remove now-unnecessary notice of `flake.nix` --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index f78472f..5cef3f9 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,6 @@ $ cd bunbun $ cargo build --release # `--release` adds a few optimisations ``` -> **Using the flake!** -> This repository contains a `flake.nix` - if you have Nix installed, you can run `nix run github:devraza/bunbun` to compile and run the program. - ### NixOS `bunbun` is now packaged on NixOS/nixpkgs, maintained by [GaetanLepage](https://github.com/GaetanLepage)! If you have Nix installed, you can try it with: ```bash