diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-06-02 00:41:29 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-06-05 12:58:07 +0200 |
commit | d5752079053091e65b99eb52fbb747050bbb08e8 (patch) | |
tree | 718009dff814661086f6385fd8df7cda5bf3c4f9 /Documentation | |
parent | Update (diff) | |
download | nixos-config-d5752079053091e65b99eb52fbb747050bbb08e8.tar.gz nixos-config-d5752079053091e65b99eb52fbb747050bbb08e8.tar.bz2 nixos-config-d5752079053091e65b99eb52fbb747050bbb08e8.zip |
Flake: Add nixtest
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/INSTALLING.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/INSTALLING.md b/Documentation/INSTALLING.md index 880845a..31ebefa 100644 --- a/Documentation/INSTALLING.md +++ b/Documentation/INSTALLING.md @@ -57,3 +57,8 @@ $ nix build .#isoConfigurations.$HOST-$HARDWARE-$ARCH.config.system.build.isoIma ``` # deploy -s .#$HOST-$HARDWARE-$ARCH --hostname $TARGET_IP ``` + +## Testing +``` +$ nix eval .#tests +``` |