From 443bdeed330726b04324d7bd21e796c4e1b59894 Mon Sep 17 00:00:00 2001 From: yuni Date: Wed, 4 Sep 2024 21:32:58 +0200 Subject: [PATCH] add useful nix commands in build/nix/README.md --- build/nix/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 build/nix/README.md diff --git a/build/nix/README.md b/build/nix/README.md new file mode 100644 index 0000000..c07a382 --- /dev/null +++ b/build/nix/README.md @@ -0,0 +1,7 @@ +Useful commands: + +``` +cd build/nix +nix flake update +nix build +```