diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-04-23 16:21:43 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-04-23 16:21:43 +0200 |
| commit | a66257577d527622b40f8e9fac1a913c61c1ae19 (patch) | |
| tree | d2417fe7b4110a4260efc3381f2d038c54dc2bea | |
| parent | 4562f4ae1cdd88ae398ade0a0e4224b47b1a318e (diff) | |
| download | nix-infra-a66257577d527622b40f8e9fac1a913c61c1ae19.tar.gz nix-infra-a66257577d527622b40f8e9fac1a913c61c1ae19.tar.bz2 nix-infra-a66257577d527622b40f8e9fac1a913c61c1ae19.zip | |
snapshot: Mi 23. Apr 16:21:43 CEST 2025
| -rw-r--r-- | srv/hadante/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix index d19b8f8..4cb6dc2 100644 --- a/srv/hadante/configuration.nix +++ b/srv/hadante/configuration.nix @@ -9,7 +9,9 @@ inputs, ... }: - +let + lib = pkgs.lib; +in { imports = [ # Include the results of the hardware scan. |
