diff options
| author | Xe <me@christine.website> | 2022-12-29 20:01:32 -0500 |
|---|---|---|
| committer | Xe <me@christine.website> | 2022-12-29 20:01:32 -0500 |
| commit | 06cd5c370d8d9ab166298854b1afd0aeeb5b4cdf (patch) | |
| tree | d82f01ff892d9f2ec56367a327ed58613bef1227 | |
| parent | 8344f7e9ad634d95dbaae8142be01b9c9ecc5152 (diff) | |
| download | x-06cd5c370d8d9ab166298854b1afd0aeeb5b4cdf.tar.xz x-06cd5c370d8d9ab166298854b1afd0aeeb5b4cdf.zip | |
fix name of within.website module
Signed-off-by: Xe <me@christine.website>
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -118,7 +118,7 @@ }) // { nixosModules = { default = { ... }: { - imports = with self.nixosModules; [ aegis todayinmarch2020 "within.website" ]; + imports = with self.nixosModules; [ aegis todayinmarch2020 within-website ]; }; aegis = { config, lib, pkgs, ... }: @@ -242,7 +242,7 @@ }; }; - "within.website" = { config, lib, pkgs, ... }: + within-website = { config, lib, pkgs, ... }: with lib; let system = pkgs.system; |
