Changes
1 changed files (+3/-0)
-
-
@@ -4,6 +4,8 @@ My NixOS configuration files for my laptop and the server running this site.## Cheatsheet Prefer the new `nix` CLI when possible instead of the old `nix-*` commands. It's way better. | Task | Command | | --- | --- | | Run program | `nix run nixpkgs#hello` (needs `--` if passing args) |
-
@@ -17,3 +19,4 @@ My NixOS configuration files for my laptop and the server running this site.| Run Nix file | `nix eval -f main.nix` | | Build VM from config | `nixos-rebuild build-vm` | | Deploy using signing key | `LOCAL_KEY=key deploy -s .` | | Run AppImage | `appimage-run blah.AppImage` |
-