docs: add comment for future self

This commit is contained in:
Primrose 2025-05-05 16:42:55 +02:00
parent 69238d560e
commit fbcd8eb746
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1,6 +1,12 @@
let
system = "x86_64-linux";
self = import ../../default.nix {};
#
# Note:
# I could've import the wifi configuration and use it here, but I haven't
# figured out an elegant (enough) way to do it while keeping my secrets
# encrypted.
#
in
{
pkgs,