From f3c439d038b74c7a81e28987e2102bde567c5eba Mon Sep 17 00:00:00 2001 From: Vegard Matthey Date: Thu, 14 Aug 2025 21:20:05 +0200 Subject: [PATCH] fix README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cf3289..1e11966 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # Programvareverkstedets nettside A website created with the latest and greatest web technologies. @@ -15,8 +16,9 @@ The development environment can be setup with: nix develop -For this you will need to install the nix package manager and possibly set the experimental features in your nix config, likely located at /etc/nix/nix.conf or $HOME/.config/nix/nix.conf -Installing nix with your package manager might not work without some tweaking, but the upstream script should just work which you can find [https://nixos.org/download/](here). +For this you will need to install the nix package manager and possibly set the experimental features in your nix config, likely located at /etc/nix/nix.conf or $HOME/.config/nix/nix.conf. + +Installing nix with your package manager might not work without some tweaking, but the upstream script should just work which you can find [here](https://nixos.org/download/). experimental-features = flakes nix-command