installer: remove unused reference to self

This commit is contained in:
Primrose 2025-06-12 10:33:46 +02:00
parent 0422a27504
commit 807fa3b4ee
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1,12 +1,9 @@
let
self = import ../../default.nix {};
# #
# Note: # Note:
# I could've import the wifi configuration and use it here, but I haven't # 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 # figured out an elegant (enough) way to do it while keeping my secrets
# encrypted. # encrypted.
# #
in
{ {
pkgs, pkgs,
modulesPath, modulesPath,