Merge pull request #5 from hhefesto/master

small note warning use of isContainer
This commit is contained in:
Cole Mickens 2021-03-04 21:57:22 -08:00 committed by GitHub
commit b136087de7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,7 @@ This removes the need for:
* this article describes how to enable flake support in `nix` and `nix-daemon`
* reading this article is a **pre-requisite**
* this README.md assumes you've enabled flakes system-wide
* omit using `boot.isContainer = true;` on `configuration.nix` (as the article suggests) if you want to use `nixos-rebuild` rather than `nixos-container`
## Nix CLI - Flakes Usage