commit a0a33676df94ad6a1a59e62d19334b40242d9cca
parent ae3f0404837eff39089c9ebd8b1bb42d133fde72
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 30 Sep 2023 20:28:18 +0200
Import stdenv
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -1,7 +1,7 @@
# This is your system's configuration file.
# Use this to configure your system environment (it replaces /etc/nixos/configuration.nix)
-{ inputs, outputs, lib, config, pkgs, ... }: {
+{ inputs, outputs, lib, config, pkgs, stdenv, ... }: {
# You can import other NixOS modules here
imports = [
# If you want to use modules your own flake exports (from modules/nixos):