aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2025-01-07 22:10:34 -0500
committertdback <tyler@tdback.net>2025-01-07 22:10:34 -0500
commitfff0b7de42dc7458478cdce61d1ad6e551b78853 (patch)
treebc079dbcecc3181a45d7c155f92dcd8d7e112eff
parente54fa1d0e91abc1c8cac223c79bddc34729c2e3e (diff)
fix: typo in comment explaining cosmic substituters
-rw-r--r--modules/profiles/cosmic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profiles/cosmic/default.nix b/modules/profiles/cosmic/default.nix
index 0e35d7c..4dafd47 100644
--- a/modules/profiles/cosmic/default.nix
+++ b/modules/profiles/cosmic/default.nix
@@ -4,7 +4,7 @@
inputs.nixos-cosmic.nixosModules.default
];
- # Set up binary substituter so we don't have to build everything from source.
+ # Setup binary substituter so we don't have to build everything from source.
# If this is a first time setup, comment out the code below the nix.settings
# attrset and run `sudo nixos-rebuild test` to update the substituters.
nix.settings = {